Skip to content
Snippets Groups Projects
Commit 70ea7132 authored by Cam Saul's avatar Cam Saul
Browse files

Merge branch 'master' into cleanup

parents c8785b80 00e18c49
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<div class="row">
<form novalidate>
<p class="text-grey-4 px2">Your new password must be <b>10 characters</b> or longer, and <b>include an uppercase letter</b> and <b>a punctuation mark</b>. We know it's a bit much, but security is what the cool kids care about.</p>
<p class="text-grey-4 px2">Your new password must be <b>8 characters</b> or longer, and <b>include an uppercase letter</b>, <b>a punctuation mark</b>, and <b>a digit</b>. We know it's a bit much, but security is what the cool kids care about.</p>
<alert class="Form-group alert mx2" type="error" ng-if="error">{{error}}</alert>
......@@ -35,4 +35,4 @@
Your password has been changed.
<a class="link" href="/auth/login">Sign in with your new password.</a>
</p>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment