Login/Change Password

Connorbop

Registered User.
Local time
Today, 01:10
Joined
Oct 19, 2016
Messages
13
Afternoon,

I have a database which does not require users to login however I have an administrator panel which I would like there to be a login system for. Below I have outlined the sort of thing I am looking for and wondered if anyone knows of a database I could edit for my purposes, knows of a system I can copy or even point me in the right direction with some coding; I'm not sure how much work this is as I'm not amazing at coding, everything I know is self-taught.

1. Select a user from a combobox
2. Type password specific to select user within a txtbox
3. Click 'Login' ('Cancel' button also available to return to "Home")
4. Check the selected user and typed password match
5. Ensure they are not required to reset password (See 'a.')
5a. If they are required to reset their password, a new password form should appear BEFORE the "Admin Panel" appears
6. Ensure the user is not suspended (See 'c.')
7. If all checks are acceptable, allow access to the administrator panel
a. Administrators should be able to force the user to set a new password
b. Administrators should be able to change a users password
c. Administrators should be able to suspend users (Disable access)

I assure you this is NOT me being lazy, I have been trying to get this to work for weeks. I have gone through topics upon topic, I have been through every page of the Sample Databases page and I have searched Google high and low. My download history is jam packed. I cannot find anything I can use or manipulate to use.
 
You do not need to write this, Windows already has this built in.
Just call the windows change password window.
(Can some one provide the code. I am not at my desk)
 

Users who are viewing this thread

Back
Top Bottom