From 2354faf7ac87f191b7d4906e40e82172199accb9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 Jun 2008 12:52:01 -0400 Subject: add instructions to each form entry in forms darcs-hash:20080612165201-84dde-1abc45a0b2fd24002bc6f3449e9fc521d4f02eac.gz --- actions/password.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'actions/password.php') diff --git a/actions/password.php b/actions/password.php index ee61c3e97..603ae58ea 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(); -- cgit v1.2.3-54-g00ecf