-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. created mod_user1.html, mod_user2.html for scram, non-scram setup 2. user.c: fix search by index 3. user.c: use mod_user1.html, mod_user2.html for scram, non-scram setup
- Loading branch information
Showing
6 changed files
with
216 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
</head> | ||
<body bgcolor="#ffffff" onload="init();"> | ||
|
||
<script language="Javascript" type="text/javascript"> | ||
</script> | ||
|
||
<script type="text/javascript"> | ||
</script> | ||
|
||
<center> | ||
<!-- Black frame 2 pixels wide --> | ||
<table cellpadding="2" cellspacing="0" border="0" align="center" width="600" bgcolor="#000000"><tr><td> | ||
<!-- Frame content --> | ||
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%" bgcolor="#ffffff"> | ||
<!-- Form title --> | ||
<tr> | ||
<td bgcolor="#000000" align="center"> | ||
<font color="#ffffff" size="3"> | ||
<b>##X109: ##A@##D</b> | ||
</font> | ||
</td> | ||
</tr> | ||
<!-- End of form title --> | ||
<!-- Form content --> | ||
<tr> | ||
<td> | ||
<table cellpadding="5" cellspacing="1" border="0" width="100%"> | ||
<!-- Form fields --> | ||
<tr> | ||
<td> | ||
<form method="post" name="logon" action="##C/com/modusernow?##&"> | ||
<input type="hidden" name="modu" value="##A"> | ||
<table cellpadding="1" cellspacing="1" border="0"> | ||
<tr> | ||
<td align="right">##X092:</td> | ||
<td align="left"><input type="text" name="gecos" maxlength="128" size="32" value="##i7"></td> | ||
</tr> | ||
<tr> | ||
<td align="right">##X110:</td> | ||
<td align="left"><input type="password" name="password1" maxlength=128 size=16></td> | ||
</tr> | ||
<tr> | ||
<td align="right">##X091</td> | ||
<td align="left"><input type="password" name="password2" maxlength=128 size=16></td> | ||
</tr> | ||
<tr> | ||
<td align="right">##X022</td> | ||
<td align="left"><input type="checkbox" name="cram" ##J0> ##X023</td> | ||
</tr> | ||
<tr> | ||
<td align="right">##X027:</td> | ||
<td align="left"><input type="text" name="b64salt" maxlength="64" size="20" value="##m3"></td> | ||
</tr> | ||
##tq <tr> | ||
<td align="right">##X249:</td> | ||
<td align="left"> | ||
##ta | ||
<input type="text" name="quota" maxlength="24" size="5" value="##q"> | ||
##X251 | ||
##tt | ||
##tu ##Q ##q ##tt | ||
</td> | ||
</tr> | ||
##tt | ||
</table><HR> | ||
<table cellpadding="1" cellspacing="1" border="0"> | ||
<tr> | ||
<td align="right" valign="top">##X260:</td> | ||
<td align="left"> | ||
<input type="radio" name="cforward" | ||
onClick="document.forms[0].nforward.disabled=true; | ||
document.forms[0].fsaved.disabled=true;" | ||
value="disable" ##i0> ##X205 | ||
<HR> | ||
<input type="radio" name="cforward" | ||
onClick="document.forms[0].nforward.disabled=true; | ||
document.forms[0].fsaved.disabled=true;" | ||
value="blackhole" ##i8> ##X303 | ||
<HR> | ||
<input type="radio" name="cforward" | ||
onClick="document.forms[0].nforward.disabled=false; | ||
document.forms[0].fsaved.disabled=false; | ||
document.forms[0].nforward.select() | ||
document.forms[0].nforward.focus()" | ||
value="forward" ##i1> ##X211 <input type="text" size="35" name="nforward" | ||
value="##i2"><BR> | ||
<input type="checkbox" name="fsaved" ##i3> ##X210 | ||
</td> | ||
</tr> | ||
</table><HR> | ||
<input type="checkbox" name="autoresp" | ||
onClick="document.forms[0].vsubject.select() | ||
document.forms[0].vsubject.focus()" | ||
value="on" ##i4> ##X212<BR> | ||
##X213 <input type="text" name="vsubject" size="50" value="##i5"> | ||
<BR>##X214 <BR> | ||
<textarea name="vmessage" rows="10" cols="60">##i6</textarea> | ||
<HR> | ||
<table cellpadding="1" cellspacing="1" border="0"> | ||
|
||
<!-- user mailbox flags | ||
user mailbox flags --> | ||
<tr> | ||
<td align=right valign=top>##X296:</td> | ||
<td align="left"> | ||
##X299: | ||
<input type="radio" name="zeroflag" value="on" ##J1>##X297 | ||
| ||
<input type="radio" name="zeroflag" value="off" ##J2>##X298 | ||
<BR> | ||
##X300: | ||
<input type="radio" name="oneflag" value="on" ##J3>##X297 | ||
| ||
<input type="radio" name="oneflag" value="off" ##J4>##X298 | ||
<BR> | ||
##X301: | ||
<input type="radio" name="twoflag" value="on" ##J5>##X297 | ||
| ||
<input type="radio" name="twoflag" value="off" ##J6>##X298 | ||
<BR> | ||
##X302: | ||
<input type="radio" name="threeflag" value="on" ##J7>##X297 | ||
| ||
<input type="radio" name="threeflag" value="off" ##J8>##X298 | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td colspan=2 align=right> | ||
<input type="submit" value="##X111"> | ||
</td> | ||
</tr> | ||
</table> | ||
</form> | ||
|
||
<script type="text/javascript"> | ||
</script> | ||
</td> | ||
</tr> | ||
</table> | ||
<div align="right"> | ||
<hr> | ||
<font size="2"><b> | ||
[ | ||
##ta | ||
<a href="##C/com/showusers?##&">##X061</a> | ||
| | ||
<a href="##C/com/showmenu?##&">##X001</a> | ||
| | ||
##tt | ||
##x | ||
] | ||
</b></font> | ||
</div> | ||
</td> | ||
</tr> | ||
<!-- End of form fields --> | ||
</table> | ||
<!-- End of frame content --> | ||
</td></tr></table> | ||
<!-- End of black frame --> | ||
<h2>##S</h2> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters