paulsp      01/11/18 23:54:42

  Modified:    webapp/WEB-INF/templates/vm/screens/html NewAccount.vm
  Log:
  Adding New User Confirmation and Notification
  PR:  4192
  Submitted by: Chris Kimpton
  
  Revision  Changes    Path
  1.4       +8 -2      
jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/NewAccount.vm
  
  Index: NewAccount.vm
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/NewAccount.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NewAccount.vm     2001/07/22 20:32:47     1.3
  +++ NewAccount.vm     2001/11/19 07:54:42     1.4
  @@ -10,8 +10,14 @@
           <h2>Create a new Jetspeed account</h2>
           <p>
             To create a new account, please fill in all of the fields below. <br />
  -          After your account has been created, you will receive an email with a 
confirmation key. <br />
  -          Enter the confirmation key that you received in the email on the next 
screen in order to confirm your registration with the system. <br />
  +          #if ( $config.getString("new.user.approval") != "on" )
  +            #if ( $config.getString("confirm.email.enable") == "true" )
  +              After your account has been created, you will receive an email with a 
confirmation key. <br />
  +              Enter the confirmation key that you received in the email on the next 
screen in order to confirm your registration with the system. <br />
  +            #end
  +          #else
  +            After your account has been created it will be passed to someone to 
deal with. <br />
  +          #end
             <b>A valid email address is required!</b>
           </p>
   #if ($data.Message)
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to