stormpath / stormpath-laravel

Build simple, secure web applications with Stormpath and Laravel
Other
29 stars 6 forks source link

Why the username is equal to the email while I register? #63

Open allen-li-webpower opened 7 years ago

allen-li-webpower commented 7 years ago

I find the username is equal to the email of register users. I can't understand why? I hope they are different.


I add a custom field (mobile phone) in register . I need it looks like "18782981234" (length is 11,or i can add regex) It seems that there is no validation for it. How I can deal with it?