users in my database have the usual fields of username and email and password. can i add 2 passwords like sending an email such as b02a5a30d2d130ad1d869b3b831942d2611bec44 ; b02a5a30d2d130ad1d869b3b831942d2611bec44 thanks
yes im in phpmyadmin and have a field that contains a md5 password the user has set, i need to add a second password so i can login too or find away to know the password. its my own site and it looks bad but i need to login so i can change there details for them.
Rather than setting up a useless second password, which could lead to more issues than it solves, why not make a simple admiin area with user/pass where you list all users and edit them as you like?
Agreed. You should know your users passwords. Its a privacy breech. Just make an admin area to view the accounts. Thanks, VPSVolt.