taylor 01/07/03 10:15:00
Modified: webapp/WEB-INF/templates/jsp/screens/html/de
ConfirmRegistration.jsp
webapp/WEB-INF/templates/jsp/screens/html/en
ConfirmRegistration.jsp
webapp/WEB-INF/templates/vm/screens/html
ConfirmRegistration.vm
Removed: webapp/WEB-INF/templates/jsp/screens/html
ConfirmRegistration.jsp
Log:
- updated all the ConfirmRegistration templates to use the password as a hidden field
- removed the root ConfirmRegistratration template, since we already have an english
and german version
Revision Changes Path
1.4 +1 -0
jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/ConfirmRegistration.jsp
Index: ConfirmRegistration.jsp
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/de/ConfirmRegistration.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfirmRegistration.jsp 2001/06/07 22:01:21 1.3
+++ ConfirmRegistration.jsp 2001/07/03 17:14:42 1.4
@@ -12,6 +12,7 @@
action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">
<input name="username" type="hidden" value="<%=
rundata.getParameters().getString("username", "") %>">
+ <input name="password" type="hidden" value="<%=
rundata.getParameters().getString("password", "") %>">
<input name="action" type="hidden" value="<%= TurbineResources.getString(
"action.login" ) %>">
Bitte best�tigen Sier iIhre Registrierung mit dem Schl�ssel, den Sie per e.mail
zugeschickt bekommen haben:<p />
1.4 +1 -0
jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/ConfirmRegistration.jsp
Index: ConfirmRegistration.jsp
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/screens/html/en/ConfirmRegistration.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfirmRegistration.jsp 2001/06/07 22:01:24 1.3
+++ ConfirmRegistration.jsp 2001/07/03 17:14:49 1.4
@@ -12,6 +12,7 @@
action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">
<input name="username" type="hidden" value="<%=
rundata.getParameters().getString("username", "") %>">
+ <input name="password" type="hidden" value="<%=
rundata.getParameters().getString("password", "") %>">
<input name="action" type="hidden" value="<%= TurbineResources.getString(
"action.login" ) %>">
Please check your email and enter your secret key to confirm your registration: <p
/>
1.3 +1 -0
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ConfirmRegistration.vm 2001/03/12 11:54:13 1.2
+++ ConfirmRegistration.vm 2001/07/03 17:14:56 1.3
@@ -4,6 +4,7 @@
action="$jlink"
enctype="application/x-www-form-urlencoded">
<input name="username" type="hidden"
value="$!data.Parameters.getString("username")" />
+ <input name="password" type="hidden"
value="$!data.Parameters.getString("password")" />
<input name="$jlink.ActionKey" type="hidden"
value="$config.getString("action.login")" />
<p>Please check your email and enter your secret key to confirm your
registration:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]