Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Password match not working #340

Closed
alexhobday opened this issue May 28, 2016 · 1 comment
Closed

Password match not working #340

alexhobday opened this issue May 28, 2016 · 1 comment

Comments

@alexhobday
Copy link

I keeping getting the "No match" error even though the passwords do match:

<fieldset class="m-b-2"> <legend class="chevron">Login Details</legend> <div class="form-group"> <label class="sr-only" for="email">Email address &#42;</label> <input type="email" class="form-control" id="email" name="email" placeholder="Enter email" required> <div class="help-block with-errors"></div> </div> <div class="form-group"> <label class="sr-only" for="password">Password &#42;</label> <input class="form-control" type="password" id="password" name="password" placeholder="Enter password" required> <div class="help-block with-errors"></div> </div> <div class="form-group"> <label class="sr-only" for="password_confirm">Confirm Password &#42;</label> <input data-match="#password" data-match-error="Whoops, these don't match" data-minlength="8" type="password" class="form-control" id="password_confirm" name="password_confirm" placeholder="Confirm Password" required> <div class="help-block with-errors"></div> </div> </fieldset>

You can check it out here: http://dev.tunnelflight.com/account/register

@1000hz 1000hz closed this as completed in fd5e80b Jul 15, 2016
@1000hz
Copy link
Owner

1000hz commented Jul 30, 2016

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants