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
Sounds good. We are probably moving our sign-in to be based on our forum. I.e. not using wind login at all. Enables tighter integration. Will post an issue for that soon.
password stored in the db is a straight md5 unsalted.
as seen in
globals/classes/userdata.php:83
$this->check_login($username, md5($password))
At a minimum I would expect:
other suggestions welcome
The text was updated successfully, but these errors were encountered: