Is there a way to decrypt SHAI passwords when debugging?
Posted: Thu Sep 11, 2008 6:38 pm
Hi,
I hope this isn't a braindead question, but I've misplaced the passwords of some of my test users. I can see them via select * from ac_userpasswords in the db, but they're of course SHAI encrypted. Is there a place in the API or the db where I can see the plain English passwords for a user?
As it stands I'm just rerouting the flow of the code in the debugger to login as these lost test souls.
Many thanks,
Mark
I hope this isn't a braindead question, but I've misplaced the passwords of some of my test users. I can see them via select * from ac_userpasswords in the db, but they're of course SHAI encrypted. Is there a place in the API or the db where I can see the plain English passwords for a user?
As it stands I'm just rerouting the flow of the code in the debugger to login as these lost test souls.
Many thanks,
Mark