Registering users
#10997
Replies: 2 comments 1 reply
-
Use a self created form then, and your own controller (or livewire) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think i could be down for a configurable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see there is a registration form tag, but it requires an email field and a password confirmation field. Can you create a regular form to register users? I don't use a password confirmation field, instead I use viewable password fields. Also, I prefer not to have an "email" field because a person can have multiple email fields and I prefer to have a "login" field instead of "email." Can we configure the registration form to not require those fields, or use a self-created form?
Beta Was this translation helpful? Give feedback.
All reactions