[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.54, 1.55
Mark Wells
mark at wavetail.420.am
Tue Dec 22 16:30:16 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv10081/httemplate/edit
Modified Files:
svc_acct.cgi
Log Message:
Tweak set_password per RT#6358
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- svc_acct.cgi 12 Nov 2009 21:45:07 -0000 1.54
+++ svc_acct.cgi 23 Dec 2009 00:30:14 -0000 1.55
@@ -12,7 +12,7 @@
<SCRIPT TYPE="text/javascript">
function randomPass() {
var i=0;
- var pw_set='<% join('', 'a'..'z', 'A'..'Z', '0'..'9', '.', '/') %>';
+ var pw_set='<% join('', 'a'..'z', 'A'..'Z', '0'..'9' ) %>';
var pass='';
while(i < 8) {
i++;
@@ -48,7 +48,7 @@
<TD ALIGN="right">Password</TD>
<TD>
<INPUT TYPE="text" NAME="clear_password" VALUE="<% $password %>" SIZE=<% $pmax2 %> MAXLENGTH=<% $pmax %>>
- <INPUT TYPE="button" VALUE="Randomize" onclick="randomPass();">
+ <INPUT TYPE="button" VALUE="Generate" onclick="randomPass();">
</TD>
</TR>
%}else{
More information about the freeside-commits
mailing list