[pLog-svn] r6936 - plog/trunk/templates/wizard

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Dec 24 13:05:24 EST 2009


Author: jondaley
Date: 2009-12-24 13:05:23 -0500 (Thu, 24 Dec 2009)
New Revision: 6936

Modified:
   plog/trunk/templates/wizard/step3.template
Log:
better error message for 'bad' usernames.  Everyone wants to use the 'admin' username, so let's not block it

Modified: plog/trunk/templates/wizard/step3.template
===================================================================
--- plog/trunk/templates/wizard/step3.template	2009-12-24 18:05:12 UTC (rev 6935)
+++ plog/trunk/templates/wizard/step3.template	2009-12-24 18:05:23 UTC (rev 6936)
@@ -20,7 +20,7 @@
     <span class="required">*</span>
     <div class="fieldHelp">Name of the first default user that will be created. This user will be given administrator privileges</div>
     <input type="text" id="userName" name="userName" value="{$userName}"/>
-    {include file="wizard/validate.template" field=userName message="User name is missing or incorrect"}
+    {include file="wizard/validate.template" field=userName message="User name is missing or is an invalid name.  Please check the name and try again."}
    </div>
    <div class="field"> 
     <label for="userFullName">Full name</label>



More information about the pLog-svn mailing list