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
The passwords are stored as plaintext in the database file. Someone can easily read them. We need to store password hashes instead of plaintext passwords. In addition, we should use random salts to make the hash more secure.