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  6fa25f7c0749ce198f5a2e25943c6c894c97af5b (commit)
      from  ae81ae476beb1339eea176670690ff93f56d17aa (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=6fa25f7c0749ce198f5a2e25943c6c894c97af5b

commit 6fa25f7c0749ce198f5a2e25943c6c894c97af5b
Author: Franck Villaume <[email protected]>
Date:   Thu Sep 1 14:27:11 2016 +0200

    default password length is 8 chars now. sync authldap plugin

diff --git a/src/plugins/authldap/common/AuthLDAPPlugin.class.php 
b/src/plugins/authldap/common/AuthLDAPPlugin.class.php
index d11d455..ad88b20 100644
--- a/src/plugins/authldap/common/AuthLDAPPlugin.class.php
+++ b/src/plugins/authldap/common/AuthLDAPPlugin.class.php
@@ -86,7 +86,7 @@ into the FusionForge database.");
                        $user_data['firstname'] = '';
                        $user_data['lastname'] = '';
                        if ($this->saved_password == '') {
-                               $user_data['password1'] = 'INVALID';
+                               $user_data['password1'] = '_INVALID_';
                        } else {
                                $user_data['password1'] = $this->saved_password;
                        }

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

Summary of changes:
 src/plugins/authldap/common/AuthLDAPPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to