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
Plain hashing the password with sha1 without salt is an insecure solution in 2015. You should either add salt column, or change default hash to bcrypt.
Plain hashing the password with sha1 without salt is an insecure solution in 2015. You should either add salt column, or change default hash to bcrypt.