Yes no problem!
Some back-office users can register members that do not have email addresses (they will act on their behalf)
I want the user to use their email address and use the front-end as the member.
Obviously a user may manage multiple members using the same email address.
I have found a dirty solution in which the user creates the member in the back office firstly using a unique email and then after initial save the user can then update the email to an existing one. (seems a bit hack(ish))
Thanks for the explanation - Unfortunately I'm not sure I got the proper solution for you...Sounds like you perhaps need to do a fork of the core and modify it to fit your needs. But if you go down that path then upgrading in the future can be a difficult process...So not sure that it's ideal.
But when you write that the administrator / users of Umbraco act on the behalf of the members...why don't they know the e-mail address that the member is supposed to be using? I get that they don't want to manage many different e-mail addresses if they need to login on behalf of the members...Sounds as a bit weird scenario...but that is of course also because I don't know why it's been done like that though :) But could there be another way around it? Or is the above described scenario the only way to do the things that the administrators need to do?
Sorry for the late reply. The answer to your question is that the users that they will be acting for may not have an email address.
Do not worry I have settled with unique emails.
This may be an old thread, but still relevant to some people, and here's the solution:
To allow multiple accounts to have the same email address, you need to add requiresUniqueEmail="false" to the UmbracoMembershipProvider configuration in web.config.
Isn't this requiresUniqueEmail setting available in Umbraco 10+? We are using Umbraco 7, allowing multiple emails, but in the future we need to migrate to latest version of Umbraco. Thanks.
Allowing Member Duplicate Email
Hello,
Obviously using V7 - does anyone know how to allow membership duplicate emails?
Regards, L
Hi L
What is your scenario for needing this? Could you ellaborate a bit?
/Jan
Hi Jan,
Yes no problem! Some back-office users can register members that do not have email addresses (they will act on their behalf) I want the user to use their email address and use the front-end as the member.
Obviously a user may manage multiple members using the same email address.
I have found a dirty solution in which the user creates the member in the back office firstly using a unique email and then after initial save the user can then update the email to an existing one. (seems a bit hack(ish))
Regards, L
Hi L
Thanks for the explanation - Unfortunately I'm not sure I got the proper solution for you...Sounds like you perhaps need to do a fork of the core and modify it to fit your needs. But if you go down that path then upgrading in the future can be a difficult process...So not sure that it's ideal.
But when you write that the administrator / users of Umbraco act on the behalf of the members...why don't they know the e-mail address that the member is supposed to be using? I get that they don't want to manage many different e-mail addresses if they need to login on behalf of the members...Sounds as a bit weird scenario...but that is of course also because I don't know why it's been done like that though :) But could there be another way around it? Or is the above described scenario the only way to do the things that the administrators need to do?
/Jan
Hi Jan,
Sorry for the late reply. The answer to your question is that the users that they will be acting for may not have an email address. Do not worry I have settled with unique emails.
Thank you very much.
L
This may be an old thread, but still relevant to some people, and here's the solution:
To allow multiple accounts to have the same email address, you need to add
requiresUniqueEmail="false"
to theUmbracoMembershipProvider
configuration in web.config.Any ideas how to get around this limitation in Umbraco 10+ ?
I have a use-case where sometimes members have multiple logins but share the same contact email.
Useful Links:
https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/reference/configuration/securitysettings
https://our.umbraco.com/documentation/reference/security/Security-settings/
Isn't this requiresUniqueEmail setting available in Umbraco 10+? We are using Umbraco 7, allowing multiple emails, but in the future we need to migrate to latest version of Umbraco. Thanks.
is working on a reply...