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
In the user authentication site (auth folder), on the reset_password.liquid page, lines 30-32 has the following code:
{% if auth_invalid_token %}
<div class="alert alert-warning">Your token is valid</div>
{% endif %}
I believe the warning should say Your token is invalid.
The text was updated successfully, but these errors were encountered:
greyskin
changed the title
auth site reset_password page has incorrect alert warning
User Authentication site reset_password.liquid page has incorrect alert warning
Jul 27, 2021
greyskin
changed the title
User Authentication site reset_password.liquid page has incorrect alert warning
User Authentication site: reset_password.liquid page has incorrect alert warning
Jul 27, 2021
As a followup, I think that the word token doesn't mean jack to non-techies. It should be more user friendly like:
Security alert: You have exceeded the timeframe allowed to change your password. Please follow this link to renew your request. (or something along those lines)
On that note, ony my site I'll be putting something along the lines of "the option to reset your password will be available for 2 hours" in the password_reset_instructions email.
In the user authentication site (auth folder), on the reset_password.liquid page, lines 30-32 has the following code:
I believe the warning should say Your token is invalid.
The text was updated successfully, but these errors were encountered: