|
| How to encrypt admin password in database? |
 |
Tue, 20 Nov 2007 13:45:12 +000 |
How can I encrypt the admin password in the database? (and out of curiosity, is
there a reason that this password is the only one in cleartext?)
Cheers
Jacob
|
| Post Reply
|
| Re: How to encrypt admin password in database? |
 |
Tue, 20 Nov 2007 14:44:18 +000 |
Hi Jacob,
If you update the password in the UI it should then get hashed and salted.
It is in plain text so that it can be modified when it is direclty inserted into
the database outside of the providers.
Thanks,
Scott
|
| Post Reply
|
| Re: How to encrypt admin password in database? |
 |
Tue, 20 Nov 2007 14:48:43 +000 |
Great, thanks!
|
| Post Reply
|
|
|
|
|
|
|
|
|
|