This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via e95adeaeb7d84c14f57bb20af234cb24f8b2f3f3 (commit)
from 480c560469e66f1cdfc2cca8b88ce63dc8c8fc97 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e95adeaeb7d84c14f57bb20af234cb24f8b2f3f3
commit e95adeaeb7d84c14f57bb20af234cb24f8b2f3f3
Author: Franck Villaume <[email protected]>
Date: Mon Jan 22 16:11:18 2018 +0000
fix double message: warning & error level. all is error
diff --git a/src/plugins/authbuiltin/www/post-login.php
b/src/plugins/authbuiltin/www/post-login.php
index 2fe4f0a..c8220be 100644
--- a/src/plugins/authbuiltin/www/post-login.php
+++ b/src/plugins/authbuiltin/www/post-login.php
@@ -80,9 +80,9 @@ if ($login) {
}
} else {
if ($form_loginname && $form_pw) {
- $warning_msg = _('Invalid Password Or User Name');
+ $error_msg = _('Invalid Password Or User Name');
} else {
- $warning_msg = _('Missing Password Or User Name');
+ $error_msg = _('Missing Password Or User Name');
}
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/authbuiltin/www/post-login.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits