You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the passwords are saved in plain text in database. This is against the general security measures. It is always to suggested to use an encryption / hash function.
I suggest to use sha1() @ PHP level (not in db)
The text was updated successfully, but these errors were encountered:
Currently, the passwords are saved in plain text in database. This is against the general security measures. It is always to suggested to use an encryption / hash function.
I suggest to use sha1() @ PHP level (not in db)
The text was updated successfully, but these errors were encountered: