You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
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 *</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 *</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 *</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
The text was updated successfully, but these errors were encountered: