David Archer writes:
> First, an option that would allow someone who mistyped their password, 
> when returned to the login screen, would have their username still 
> entered, and the focus being on the password entry.

Can't help you directly here. 

> Second, I would like to call webmail from a link and automatically fill
> in  the username. 

You can implement this by yourself. Don't use the standard login page, but a 
page like the one at the bottom of this email. I am sure you can implement 
easily from within the context of your site. In within courier, all you have 
to do, is change the login template to refresh to your html page. 

HTH
rgds
pos 

 --------- 

 

<html>
<body>
<form method="post" name="logon" action="http://10.1.3.5/cgi-bin/webmail";>
<table border="0">
<tbody>
<tr>
<td>User Id: </td>
<td><input type="text" size="16" name="username" value="myusername"
 maxlength="128"></td>
<td> </td>
</tr>
<tr>
<td>Password: </td>
<td><input type="password" size="16" name="password" value="mypassword"
 maxlength="128"></td>
<td>
 <input type="submit" value="Login" name="do.login"></td>
</tr>
</tbody>
</table>
</form>
</body>
</html> 

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to