Update of
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
In directory
james.mmbase.org:/tmp/cvs-serv28724/cmsc/security/src/webapp/editors/usermanagement
Modified Files:
globals.jsp changepassword.jsp
Log Message:
CMSC-570 Password Manager fills in password text at input field
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement
See also: http://www.mmbase.org/jira/browse/CMSC-570
Index: globals.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/globals.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- globals.jsp 21 May 2007 18:06:16 -0000 1.2
+++ globals.jsp 28 Jan 2008 22:11:19 -0000 1.3
@@ -1,2 +1,2 @@
-<[EMAIL PROTECTED] file="../globals.jsp" %>
-<fmt:setBundle basename="cmsc-security" scope="request" />
\ No newline at end of file
+<[EMAIL PROTECTED] file="../globals.jsp"
+%><fmt:setBundle basename="cmsc-security" scope="request" />
\ No newline at end of file
Index: changepassword.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/cmsc/security/src/webapp/editors/usermanagement/changepassword.jsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- changepassword.jsp 21 May 2007 18:06:16 -0000 1.4
+++ changepassword.jsp 28 Jan 2008 22:11:19 -0000 1.5
@@ -1,6 +1,6 @@
-<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8" %>
-<[EMAIL PROTECTED] file="globals.jsp" %>
-<mm:content type="text/html" encoding="UTF-8" expires="0">
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><[EMAIL PROTECTED] file="globals.jsp"
+%><mm:content type="text/html" encoding="UTF-8" expires="0">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html:html xhtml="true">
<cmscedit:head title="changepassword.title" />
@@ -34,14 +34,14 @@
<tr>
<td class="fieldname" nowrap width="150"><fmt:message
key="changepassword.current" /></td>
<td class="fieldname">
- <html:password property="password" size='15'
maxlength='15'/></font>
- <span class="notvalid"><html:errors bundle="SECURITY"
property="password"/></span>
+ <html:password property="password1" size='15' maxlength='15'/>
+ <span class="notvalid"><html:errors bundle="SECURITY"
property="password1"/></span>
</td>
</tr>
<tr>
<td class="fieldname" nowrap><fmt:message key="changepassword.new"
/></td>
<td class="fieldname">
- <html:password property="newpassword" size='15'
maxlength='15'/></font>
+ <html:password property="newpassword" size='15'
maxlength='15'/>
<span class="notvalid"><html:errors bundle="SECURITY"
property="newpassword"/></span>
</td>
</tr>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs