Hi all,
We found the issue of using Umbraco 7 members, when we've tried to edit members It was saved for the first time but when we tried to save it one more time; the password reset and the popup validate message 'Cannot set an empty password' show-up.
Here are the steps.
1. Member at Member Section, open a member then try to save the member.
2. Don't refresh the page and try to save members again; the member's password reset and password field asking for fill the new password with the validate message 'Cannot set an empty password'
We've tested on Umbraco 7.15.1 and Umbraco 7.15.3 both they get the same results.
Umbraco 7 Editing member issues
Hi all, We found the issue of using Umbraco 7 members, when we've tried to edit members It was saved for the first time but when we tried to save it one more time; the password reset and the popup validate message 'Cannot set an empty password' show-up.
Here are the steps. 1. Member at Member Section, open a member then try to save the member. 2. Don't refresh the page and try to save members again; the member's password reset and password field asking for fill the new password with the validate message 'Cannot set an empty password'
We've tested on Umbraco 7.15.1 and Umbraco 7.15.3 both they get the same results.
Here is set for Membership Provider in web.config
Anyone has the idea how to solve this would be appreciated.
Thanks for your help.
This is a known bug which I expect will be fixed in 7.15.4. Until then, it's a simple javascript change that you could manually apply to 7.15.3.
In
umbraco/js/umbraco.controllers.js
, change line 9359 fromto
The same would apply to other versions, but the line number will probably be slightly different.
I've updated the code and it just works!
Thanks for your help.
I had error. Double click on save button additionally reset member password. Changing this line solved the issue.
I just registered my account to say: Thank You Steve Megson.
is working on a reply...