I am trying to use web user authenticate to restrict access to a free section of my website. However, it order to prevent usernames and passwords to be shared among users I would like to limit the use of these login information to a single use.
What I would like to do is create a Free Username and Password table with an extra Yes/No field of 'Available To Use', which will default to "Yes". Once the user uses that username and password combination in the login page the 'Available To Use' field will be updated to "No" and that combination will no longer be valid. Is there a way for me to make that update through the Web User Authentication login form? Or is there another way I can accomplish this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Yimister
Hi all,
I am trying to use web user authenticate to restrict access to a free section of my website. However, it order to prevent usernames and passwords to be shared among users I would like to limit the use of these login information to a single use.
What I would like to do is create a Free Username and Password table with an extra Yes/No field of 'Available To Use', which will default to "Yes". Once the user uses that username and password combination in the login page the 'Available To Use' field will be updated to "No" and that combination will no longer be valid. Is there a way for me to make that update through the Web User Authentication login form? Or is there another way I can accomplish this?
Thank you in advance for your help,
Henry
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.