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, master has been updated
       via  b06b8b3d9f8a459d54f4f34cd4afdc5373137ebe (commit)
       via  c3eedddd95c464999e45937af6e0b253ae49a105 (commit)
      from  c95d4e977c779902ca102ccb89361694ab9b16a5 (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=b06b8b3d9f8a459d54f4f34cd4afdc5373137ebe

commit b06b8b3d9f8a459d54f4f34cd4afdc5373137ebe
Merge: c95d4e9 c3eeddd
Author: Franck Villaume <[email protected]>
Date:   Mon Jun 14 17:48:54 2021 +0200

    Merge remote-tracking branch 'gmorin/master'


https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c3eedddd95c464999e45937af6e0b253ae49a105

commit c3eedddd95c464999e45937af6e0b253ae49a105
Author: Guy Morin <guy@guy-90X3A>
Date:   Mon Jun 14 17:43:42 2021 +0200

    Add a not and use a class

diff --git a/src/www/account/check_unix_name.php 
b/src/www/account/check_unix_name.php
index ed20a0d..21abb43 100644
--- a/src/www/account/check_unix_name.php
+++ b/src/www/account/check_unix_name.php
@@ -28,8 +28,8 @@ $sysdebug_enable = false;
 $response = null;
 $unix_name = trim(strtolower(getStringFromRequest('unix_name')));
 
-if (account_groupnamevalid($unix_name)) {
-       $response = "<span style='color:red'>"
+if (!account_groupnamevalid($unix_name)) {
+       $response = "<span class='requiredfield'>"
                ._('Unix Name not available.')
                ."</span>";
 }

-----------------------------------------------------------------------

Summary of changes:
 src/www/account/check_unix_name.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

Reply via email to