PDA

View Full Version : Remember me form



Ringhal
09-15-2014, 04:49 AM
I have a login form which gives users access to certain parts of the database. Most website have a "Remember Me" check on the the login page, I want that feature in my database. If a user logs in and checks the "Remeber Me" and then closes the database. i want the database to skip the log in form and log in directly as the previous user. Also, forgetting the user and allowing some one else to login will require a button somwhere to alllow the user to log out. I also need the code for that.

Any assistence will be greatly appreciated.
12274

ranman256
09-15-2014, 05:55 AM
use code to pull login name
vID = Environ("Username")

(you can save passwords in a table they cannot view)