Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
VP-2311: forgot password by login (#173)
Browse files Browse the repository at this point in the history
* #VP-2311 forgot password by login

* Remove email validation

Co-authored-by: Andrei Kolchanov <[email protected]>
Co-authored-by: Aleksandr Andreev <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2020
1 parent 3895959 commit 7e50d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/customers/forgot_password.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% include 'form-errors-custom' %}

<label for="recover-email" class="hidden-label">{{ 'customer.recover_password.email_or_login' | t }}</label>
<input type="email" value="" name="email" id="recover-email" placeholder="{{ 'customer.recover_password.email_or_login' | t }}" autocorrect="off" autocapitalize="off">
<input type="text" value="" name="email" id="recover-email" placeholder="{{ 'customer.recover_password.email_or_login' | t }}" autocorrect="off" autocapitalize="off">

<p>
<input type="submit" class="btn" value="{{ 'customer.recover_password.submit' | t }}">
Expand Down

0 comments on commit 7e50d45

Please sign in to comment.