Skip to content

Commit

Permalink
Reviewed the forgotten password screen to include alerts and support …
Browse files Browse the repository at this point in the history
…for screen readers
  • Loading branch information
Rachel Breeze authored and nul800sebastiaan committed Sep 5, 2019
1 parent f9dbf86 commit a68bc34
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h1>{{greeting}}</h1>
</div>

<div ng-show="vm.view == 'request-password-reset'">
<p>
<p tabindex="0">
<localize key="login_forgottenPasswordInstruction">An email will be sent to the address specified with a link to reset your password</localize>
</p>

Expand All @@ -198,9 +198,11 @@ <h1>{{greeting}}</h1>
</div>

<div class="control-group" ng-show="vm.showEmailResetConfirmation">
<div class="text-info">
<div class="text-info" role="alert">
<p tabindex="0">
<localize key="login_requestPasswordResetConfirmation">An email with password reset instructions will be sent to the specified address if it matched our records</localize>
</div>
</p>
</div>
</div>

<div class="flex justify-between items-center">
Expand Down

0 comments on commit a68bc34

Please sign in to comment.