From 561c4082d19c1d8a529a9d9ec4c67885fdc71a84 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sat, 30 Jun 2012 10:18:47 +0000 Subject: more informative error message --- lib/CatDap/Controller/forgot_password.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CatDap/Controller') 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)..' ); } -- cgit v1.2.1