diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 10:18:47 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 10:18:47 +0000 |
commit | 561c4082d19c1d8a529a9d9ec4c67885fdc71a84 (patch) | |
tree | 80e52f1ebc9eb106966af66bb19b35006b5c3c58 | |
parent | ac60ffba015915b91abcc039f2893e6964dd3f85 (diff) | |
download | identity-561c4082d19c1d8a529a9d9ec4c67885fdc71a84.tar identity-561c4082d19c1d8a529a9d9ec4c67885fdc71a84.tar.gz identity-561c4082d19c1d8a529a9d9ec4c67885fdc71a84.tar.bz2 identity-561c4082d19c1d8a529a9d9ec4c67885fdc71a84.tar.xz identity-561c4082d19c1d8a529a9d9ec4c67885fdc71a84.zip |
more informative error message
-rw-r--r-- | lib/CatDap/Controller/forgot_password.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CatDap/Controller/forgot_password.pm b/lib/CatDap/Controller/forgot_password.pm index 92792b5..ce35f0d 100644 --- a/lib/CatDap/Controller/forgot_password.pm +++ b/lib/CatDap/Controller/forgot_password.pm @@ -78,8 +78,8 @@ sub check : Local { } my @checkentries = $mesg->entries; if (@entries == 1 and @checkentries != 1) { - push @errors,$c->loc( - 'Privileged accounts may not recover passwords via this mechanism' + push @errors, $c->loc( + 'You have a privileged account, and may not recover your password this way: please get in touch with a member of the sysadmin team (#mageia-sysadm on IRC)..' ); } |