Remove password confirmation in {{ user:register_form }} #7276
Unanswered
jevgenijs-zaremba
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It looks like the requirement for a password being confirmed is currently hard coded in Statamic, see https://github.com/statamic/cms/blob/3.3/src/Http/Controllers/UserController.php#L66 However, it's a good feature request! |
Beta Was this translation helpful? Give feedback.
1 reply
-
As temporary fix I have solved this by using Alpine bindings. If anyone interested here is a code example:
|
Beta Was this translation helpful? Give feedback.
0 replies
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 have implemented registration form using examples described in documentation: https://statamic.dev/tags/user-register_form
Everything works fine. My only question is how to remove the requirment for the password confirmation?
Beta Was this translation helpful? Give feedback.
All reactions