• I have seen the password is not codified in the database. This could be a dangerous problem. Don’t think?
    I like methods like phpBB to codify the password. They use a database field of 32 caracters. When a user is registering, phpBB use php md5() function to codify and save in database.
    I think it could be more secure.
    Great work

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s an option, look at the code.

    Thread Starter nkieto

    (@nkieto)

    I can’t understand. The database field for pass has 20 characters. It could not save a md5 codification, because this is 32 characters.
    I will try to modify on my own for this, and if it works I could say you (if you want)
    Thanks 🙂

    u write md5($user_password) like that

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User password’ is closed to new replies.