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  2dfef63e86e075a197b55972da29642623bf320f (commit)
      from  ef421af6530ade911020e70dd45b7fa10a0b8441 (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=2dfef63e86e075a197b55972da29642623bf320f

commit 2dfef63e86e075a197b55972da29642623bf320f
Author: Franck Villaume <[email protected]>
Date:   Tue Mar 15 23:05:55 2016 +0100

    password is 8 char min now. Put the required field flag at the right place

diff --git a/src/www/account/register.php b/src/www/account/register.php
index b65e6c5..1c3db4b 100644
--- a/src/www/account/register.php
+++ b/src/www/account/register.php
@@ -155,7 +155,7 @@ if (forge_get_config('require_unique_email')) {
     </label>
 </p>
 <p>
-<?php echo _('Password (min. 6 chars)').utils_requiredField()._(':'); ?><br />
+<?php echo _('Password (min. 8 chars)').utils_requiredField()._(':'); ?><br />
     <label for="password1">
         <input id="password1" type="password" required="required" 
name="password1"/>
     </label>
@@ -208,7 +208,7 @@ if($toDisplay != "") {
 <?php echo html_get_ccode_popup('ccode', $ccode); ?>
 </p>
 <p>
-<?php echo _('Email Address') . _(': ') . utils_requiredField(); ?>
+<?php echo _('Email Address').utils_requiredField()._(':'); ?>
 <br />
 <em>
 <?php printf(_('This email address will be verified before account activation. 
You will receive a mail forward account at &lt;loginname@%s&gt; that will 
forward to this address.'), forge_get_config('users_host')); ?>

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

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