More tweaks for password reset

This commit is contained in:
Albert Santoni 2015-08-07 14:22:01 -04:00
parent bd83eefefe
commit b5e5fcfc98
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ class Application_Form_PasswordChange extends Zend_Form
));
$this->addElement('submit', 'submit', array(
'label' => _('Get new password'),
'label' => _('Save'),
'ignore' => true,
'class' => 'ui-button ui-widget ui-state-default ui-button-text-only center',
'decorators' => array(

View file

@ -3,7 +3,7 @@
<h2><?php echo _("Email Sent!") ?></h2>
<div id="login" class="login-content clearfix">
<p class="light"><?php echo _("A password reset link has been sent to your email address. Please check your email and follow the instructions inside to reset your password.") ?></p>
<p class="light"><?php echo _("A password reset link has been sent to your email address. Please check your email and follow the instructions inside to reset your password. If you don't see the email, please check your spam folder!") ?></p>
<br>
<dl class="zend-form">
<dd id="cancel-element">