sitecore6 - Email Adresses as Username in Sitecore -


my sitecore site requires usernames email address.

i can create users in code whenever try create extranet users manually within sitecore cms on user manager throws valuation error email usernames user name not valid in selected domain.. appears @ symbol causes validation.

anyone know how can update validation?

you can use setting:

<setting name="accountnamevalidation" value=".+" /> 

also, consider setting requiresuniqueemail of membership provider true can't have duplicate email addresses.

more information: http://briancaos.wordpress.com/2013/04/22/sitecore-allow-email-adress-as-user-name/


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -