PHP Classes

File: forms/password_recovery_form.php

Recommend this page to a friend!
  Classes of Giulio Bai   User Manager   forms/password_recovery_form.php   Download  
File: forms/password_recovery_form.php
Role: Auxiliary script
Content type: text/plain
Description: Forgot password form
Class: User Manager
Manage and authenticate registered users
Author: By
Last change:
Date: 16 years ago
Size: 501 bytes
 

Contents

Class file image Download
<div>

<h1>Password Reminder</h1>

<form action="" method="post">
    <table align="center" border="0" cellspacing="0" cellpadding="3">
        <tr><td>Username:</td><td><INPUT type="text" name="user" maxlength="30"></td></tr>
        <tr><td></td></tr>
        <tr><td>Email:</td><td><INPUT type="password" name="email" maxlength="30"></td></tr>
        <tr><td colspan="2" align="right"><br><INPUT type="submit" name="subpass" value="Send Password"></td></tr>
        <tr><td>&nbsp;</td></tr>
    </table>
</form>

</div>