How know the account pwd?
I have used myself loginserver, and I insert a account into tblloginserveraccounts.e.g user/password = yyg/123456. Then I try to login by the new account yyg/123456, the system tells me the password is wrong.I checked the code , and find that the systen will encryption the password. my question is what is the correct way to add a account ?:?
|
INSERT INTO tblLoginServerAccounts (AccountName, AccountPassword, AccountEmail, LastLoginDate, LastIPAddress) VALUES('Admin', sha('password'), 'admin@somewhere.com', now(), '127.0.0.1');
Replace the name/password inside the '' with what you want to use. |
All times are GMT -4. The time now is 11:07 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.