Hi,
i have a problem, i have followed the tutorial "Saving data to the database" with success, but when the field of password is written to my database it is in clear(visible).
Is possible encrypt it?
Thanks a lot
Daniel
P.s Sorry for my bad english
i have a problem, i have followed the tutorial "Saving data to the database" with success, but when the field of password is written to my database it is in clear(visible).
Is possible encrypt it?
Thanks a lot
Daniel
P.s Sorry for my bad english
Hi Daniel,
What kind of password is this? You don't need to save the Joomla password as that is done for you in the jos_users table.
The approach that Joomla uses is to save an MD5 hash for the password - not the password itself and it compares the hashes when you login. So, actually, after you register Joomla doesn't 'know' your password.
Bob
What kind of password is this? You don't need to save the Joomla password as that is done for you in the jos_users table.
The approach that Joomla uses is to save an MD5 hash for the password - not the password itself and it compares the hashes when you login. So, actually, after you register Joomla doesn't 'know' your password.
Bob
Hi Bob, thanks for you reply...
I wanted save the password in other table too.
Is possible to encrypt it?
Daniel
I wanted save the password in other table too.
Is possible to encrypt it?
Daniel
This topic is locked and no more replies can be posted.