any change password code for ep8?
Printable View
any change password code for ep8?
Use pwdencrypt function, I can't remember the full name, look at the register account stored procedure.
UPDATE ACCOUNT.dbo.cabal_auth_table SET password = PWDENCRYPT('YOUR_PASS') WHERE ID = 'YOUR_ID' AND PWDCOMPARE('OLD_PASS', Password) = 1