X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpassword.php;h=603ae58eaf0405c9884b775c0c2b0b50cdc879c0;hb=d0559fdf4dafcaf8446b437f4af089c944a23d09;hp=ee61c3e9782ee7ed667a6ef9d752007845e31b38;hpb=d0f8fd20fb9e50aad9568a458934b52a9439228c;p=quix0rs-gnu-social.git diff --git a/actions/password.php b/actions/password.php index ee61c3e978..603ae58eaf 100644 --- a/actions/password.php +++ b/actions/password.php @@ -36,8 +36,10 @@ class PasswordAction extends SettingsAction { 'action' => common_local_url('password'))); common_password('oldpassword', _t('Old password')); - common_password('newpassword', _t('New password')); - common_password('confirm', _t('Confirm')); + common_password('newpassword', _t('New password'), + _t('6 or more characters')); + common_password('confirm', _t('Confirm'), + _t('same as password above')); common_submit('submit', _t('Change')); common_element_end('form'); common_show_footer();