I want Members of my Umbraco website to be able to sign up using their telephone numbers instead of an email address.
I still want to collect an email address during the sign up process, but I want the users to be able to login with their mobile number and their passwords.
There is a setting in the umbroco config called “usernameIsEmail”
Setting that to false and then following the example in the fast track project I was able to use restrict the user name to a telephone number and now my users can register and login using that.
Umbraco Membership - Without an email address
I want Members of my Umbraco website to be able to sign up using their telephone numbers instead of an email address.
I still want to collect an email address during the sign up process, but I want the users to be able to login with their mobile number and their passwords.
Any ideas of how I can do this?
I worked out how to do this....
Use the username feature of umbraco.
There is a setting in the umbroco config called “usernameIsEmail”
Setting that to false and then following the example in the fast track project I was able to use restrict the user name to a telephone number and now my users can register and login using that.
Not working for me, my umbraco version is 7.13.1
is working on a reply...