You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KalikoCMS Developer Forum
I notice when you update password in Admin users it will appear to let you add a password without non-alphanumeric. No warning message is displayed and the password appears to be saved. Login then fails. I notice dbo.AspNetUsers.PasswordHash is left blank in this case. If you add non-alphnumeric to the password the PasswordHash is saved correctly and user can log in.
Fredrik Schultz
unread,
Nov 29, 2018, 4:23:02 PM11/29/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KalikoCMS Developer Forum
Thanks for reporting this issue! It seems that if the entered password doesn't match the password rules set in the user manager it will not show an error as expected, instead it looks like all went well yet it writes a blank value in the password hash field.
I've registered this issue and will be looking into fixing it: