25 Mar
2013
25 Mar
'13
1:22 a.m.
On Mon, Mar 25, 2013 at 02:19:21AM +0100, Lukas Fleischer wrote:
A user might have an empty password due to two reasons:
* The user just created an account and needs to set an initial password. * The password has been reset by the administrator.
In both cases, the user might be confused as to why the login does not work. Add a message that helps users debug the issue in both cases.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> --- web/lib/acctfuncs.inc.php | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-)
Note that this already breaks the string freeze. I pushed an updated source file to Transifex. The freeze still ends on 2013-03-26.
[...]