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 default form at /admin/accounts/user/add/ requires you to enter the password in
"[algo]$[salt]$[hexdigest]" form. There's a link to the "change password" form but that blows up with a 500 error (see #273)
Can we leverage whatever the
/admin/auth/user/add/ form does so the user can just enter the password normally?
The text was updated successfully, but these errors were encountered:
The default form at /admin/accounts/user/add/ requires you to enter the password in
"[algo]$[salt]$[hexdigest]" form. There's a link to the "change password" form but that blows up with a 500 error (see #273)
Can we leverage whatever the
/admin/auth/user/add/ form does so the user can just enter the password normally?
The text was updated successfully, but these errors were encountered: