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
If you create a new user via the admin panel, the password/confirmation code is not hashed.
Hence the new user cannot login.
The workaround is to edit the user again via admin.
The bug is in UserController,::postCreate().
NOTE: it should hash the password as in postEdit()
The text was updated successfully, but these errors were encountered:
If you create a new user via the admin panel, the password/confirmation code is not hashed.
Hence the new user cannot login.
The workaround is to edit the user again via admin.
The bug is in UserController,::postCreate().
NOTE: it should hash the password as in postEdit()
The text was updated successfully, but these errors were encountered: