[geeklog-cvs] geeklog-1.3/public_html/layout/clean/users newpassword.thtml,NONE,1.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon May 5 05:33:41 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/clean/users
In directory internal.geeklog.net:/tmp/cvs-serv474/public_html/layout/clean/users

Added Files:
	newpassword.thtml 
Log Message:
Introduced new "forgot password" functionality (see docs/history for details).


--- NEW FILE: newpassword.thtml ---
<p>{lang_explain}</p>

<form action="{site_url}/users.php" method="POST">
  <table width="100%" border="0" cellpadding="3" cellspacing="0">
  <tr>
    <td align="right">{lang_username}:</td>
    <td align="left">{user_name}</td>
  </tr>
  <tr>
    <td align="right">{lang_newpassword}:</td>
    <td align="left"><input type="password" name="passwd" size="16">
  </tr>
  <tr>
    <td colspan="2" align="center">
      <input type="submit" value="{lang_setnewpwd}">
      <input type="hidden" name="mode" value="setnewpwd">
      <input type="hidden" name="uid" value="{user_id}">
      <input type="hidden" name="rid" value="{request_id}">
    </td>
  </tr>
  </table>
</form>





More information about the geeklog-cvs mailing list