I have a single member and I'm trying to save it with a new e-mail in the regular Umbraco UI (editMember.aspx).
I change the e-mail and hit the save button. All other changes I make to the member is saved, but the e-mail is not. Clicking the member again reveals the old e-mail.
No errormessages are shown and no log entries are created. The e-mail I'm trying to save is a normal yahoo mail, so no problems there.
On a totally similar other member, I can easily save the e-mail.
When you say you can easily save the e-mail on another member, do you mean you can save that same yahoo mail on the other member, or that you can update the email of the other member to another email successfully?
Have you checked if the email is already used somewhere else? If you configured your MembershipProvider to require unique emails, you cannot save twice the same email. But if it is indeed that problem, it is strange that only the emails keeps the old value...
Saving new member email silently fails
Hi,
I have a single member and I'm trying to save it with a new e-mail in the regular Umbraco UI (editMember.aspx).
I change the e-mail and hit the save button. All other changes I make to the member is saved, but the e-mail is not. Clicking the member again reveals the old e-mail.
No errormessages are shown and no log entries are created. The e-mail I'm trying to save is a normal yahoo mail, so no problems there.
On a totally similar other member, I can easily save the e-mail.
Any ideas? How can one member lock the e-mail?
Any help is appreciated.
/Rune
Hi Rune,ts
When you say you can easily save the e-mail on another member, do you mean you can save that same yahoo mail on the other member, or that you can update the email of the other member to another email successfully?
Have you checked if the email is already used somewhere else? If you configured your MembershipProvider to require unique emails, you cannot save twice the same email. But if it is indeed that problem, it is strange that only the emails keeps the old value...
Cheers,
Michael.
Hi Michael,
Yes, the other member can save the email in question. The email is not used on any other members.
/Rune
I believe the problem may have been validation of the member. There's not a lot of neon signs going on on the member when a validation fails.
/Rune
is working on a reply...