You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ki...@apache.org on 2002/03/25 15:02:09 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html ConfirmRegistration.vm

kimptoc     02/03/25 06:02:09

  Modified:    webapp/WEB-INF/templates/vm/screens/html
                        ConfirmRegistration.vm
  Log:
  left password in confirmation url - as IT IS used.  Changed the ConfirmRegistration screen to default the secret key from the url - so the user just needs to click confirm to progress
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/ConfirmRegistration.vm
  
  Index: ConfirmRegistration.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/ConfirmRegistration.vm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ConfirmRegistration.vm	18 Dec 2001 06:29:36 -0000	1.7
  +++ ConfirmRegistration.vm	25 Mar 2002 14:02:09 -0000	1.8
  @@ -26,7 +26,7 @@
                     <td>$l10n.CONFIRMREGISTRATION_SECRETKEYTITLE</td>
                     <td>&nbsp;</td>
                     <td align="left">
  -                    <input name="secretkey" type="TEXT" value="">
  +                    <input name="secretkey" type="TEXT" value="$!data.Parameters.getString("secretkey")">
                     </td>
                   </tr>
                   <tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>