We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I'm trying to get two passwords to verify, but I get no error if they don't match.
My form:
<div class="range"> <div class="cell-lg-4"> <div class="form-group"> <label class="form-label form-label-outside" for="username">Username</label> <input class="form-control" id="username" type="text" name="username" data-constraints="@Required"> </div> </div> <div class="cell-lg-4 offset-top-20 offset-lg-top-0"> <div class="form-group"> <label class="form-label form-label-outside" for="password">Password</label> <input class="form-control" id="password" type="password" name="password" > </div> </div> <div class="cell-lg-4 offset-top-20 offset-lg-top-0"> <div class="form-group"> <label class="form-label form-label-outside" for="password_confirmation">Confirm Password</label> <input class="form-control" id="password_confirmation" type="password" name="password_confirmation" > </div> </div> </div>
Any help would be appreciated - assuming you're still supporting this library.
Thanks
The text was updated successfully, but these errors were encountered:
@TRDigital sorry -- been on vacation.
I don't see the @PasswordsMatch constraint in the code?
@PasswordsMatch
Sorry, something went wrong.
No branches or pull requests
Hi
I'm trying to get two passwords to verify, but I get no error if they don't match.
My form:
Any help would be appreciated - assuming you're still supporting this library.
Thanks
The text was updated successfully, but these errors were encountered: