1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Merge pull request #595 from ItsJulian/patch-1

Update reset.phtml
This commit is contained in:
Eldad A. Fux 2020-10-01 11:18:23 +03:00 committed by GitHub
commit d1640d1d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,9 @@
<label>Password</label>
<input name="password" type="password" autocomplete="off" placeholder="" required data-forms-password-meter pattern=".{6,}" title="Six or more characters">
<label>Password Again</label>
<label>Confirm Password</label>
<input name="passwordAgain" type="password" autocomplete="off" placeholder="" required data-forms-password-meter pattern=".{6,}" title="Six or more characters">
<button type="submit" class="btn btn-primary"><i class="fa fa-sign-in"></i> Apply</button>
</form>
</div>
</div>