I have read somewhere that this is a bug. But is there a workaround for changing the email for a member in the backend. I dont want to upgrade to 6.2.1 since this gave me a huge headache with all the membership provider changes and the fact that you cannot user password questions and answers in that version.
Umbraco v6.0.7: Cannot change email for a member
I have read somewhere that this is a bug. But is there a workaround for changing the email for a member in the backend. I dont want to upgrade to 6.2.1 since this gave me a huge headache with all the membership provider changes and the fact that you cannot user password questions and answers in that version.
Change directly in DB
SELECT TOP (200) nodeId, Email, LoginName, Password FROM cmsMember
is working on a reply...