Reset Password
Enter the email address you used to register.
Check your email for details on how to reset your password.

Email address is required.

Invalid email address.

Enter your new password.
Failed to reset password!
-password-valid ng-model="password" ng-model-options="{ allowInvalid: true }" placeholder="{{ 'forgot.field.password' | translate }}" required />
<<%= appSlug %>-password-strength password="password" />

Password is required.

Password must at least 8 characters and contain at least one each uppercase, lowercase, numeric, and symbol character.

-match="password" name="confirmPassword" ng-model="confirmPassword" required placeholder="{{ 'forgot.field.confirmPassword' | translate }}" />

Confirmation password is required.

Passwords do not match.