Changes between Initial Version and Version 1 of PasswordResetForm


Ignore:
Timestamp:
Nov 14, 2007 9:57:38 AM (16 years ago)
Author:
Horst Meyerdierks
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PasswordResetForm

    v1 v1  
     1= Change or reset the password for a user account =
     2
     3{{{
     4#!html
     5<p>If you have a user account, but either wish to change the password
     6or have forgotten the password and need to set a new one that you
     7know, fill in the form below.  Fill in your current Software Forge user
     8name and your new password.  The form will return to you the
     9encryption of your new password, which you then have to e-mail to
     10<a href="mailto:forge%40roe.ac.uk">&lt;&nbsp;forge&nbsp;&#64;&nbsp;roe.ac.uk&nbsp;&gt;</a>.</p>
     11
     12<p>In your e-mail, best mention that this is for a password change,
     13and that it is for the Software Forge.  It is also advisable to mention
     14"Forge" near the beginning of the e-mail subject to avoid the message
     15possibly being discarded as spam by the human receiving it.</p>
     16
     17<form action="https://forge.roe.ac.uk/cgi-bin/newuser.pl" method="post">
     18  <table border="1" cellspacing="0" cellpadding="1">
     19    <tr>
     20      <td align="right">Your UserName:</td>
     21      <td><input type="text" name="username" value="" size="40" /></td>
     22    </tr><tr>
     23      <td align="right">Your password:</td>
     24      <td><input type="password" name="password" size="40" /></td>
     25    </tr><tr>
     26      <td align="right">Retype your password:</td>
     27      <td><input type="password" name="passwordA" size="40" /></td>
     28    </tr><tr>
     29      <td align="right">
     30      <td><input type="submit" value="Submit" /></td>
     31    </tr>
     32  </table>
     33</form>
     34}}}