Use email only for login/registration #192
Answered
by
kenjis
kipchirchirian
asked this question in
Q&A
|
I need to use just the email for login/registration. What are the steps to configure or setup this? |
Answered by
kenjis
May 18, 2022
Replies: 3 comments 4 replies
|
I've not tried, but how about this?
|
2 replies
Answer selected by
kenjis
|
Yes, the steps that @kenjis provided will work for you. You should probably copy the views and controller to your application, though. |
0 replies
|
This all seems like quite the amount of work to shunt onto the user. Requiring the user to copy-paste the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've not tried, but how about this?
usernamein the config.shield/src/Config/Auth.php
Lines 216 to 223 in 44901bc
usernamein the HTML form insrc/Views/register.php.usernamevalidation rule inRegisterController.