Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Email instead of Username View modes: 
User avatar
Member
Member
joeb-datausa - 6/3/2009 3:37:08 PM
   
Email instead of Username
On the new user registration page I would like to only provide the user with and email field, along with a password field.

I would like to set the new users username to the entered email address.

Is there a way to do this?

Thanks

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 6/21/2009 9:42:18 AM
   
RE:Email instead of Username
Hello,

You can use CustomRegistrationForm web part and set 'SiteManager -> System tables -> User -> Alternative forms -> Fields -> UserName -> Display attribute in the editing form' checkbox to false (un-checked). This should ensure the 'UserName' field won't be displayed and the entered e-mail will be stored in this field automatically instead.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
JimS - 6/22/2009 4:45:42 AM
   
RE:Email instead of Username
> e-mail will be stored in this field automatically instead
nice feature, thanks for mentioning