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
You can always subclass SqlAuthUser or LdapAuthUser (I do not known which one you are using) and just change the test_password method to suit your case.
I do not intend to add salt options for plain hash algorithms as some people may hash differently (with the salt before or after for exemple) with the salt stored differently (in another field, on the first bytes of the password hash, with a separator in the password hash, ...). Contrary to the the crypt format which is well documented.
I can't seem to find any option to add salt on password hash for MD5 SHA512 or other hash (except Crypt)
Am I missing something ?
The text was updated successfully, but these errors were encountered: