<?php // set title // should support multiple languages $GLOBALS['CLN_PAGE_TITLE'] = "Forgot your Password?"; ?> <form name="userEdit" action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post"> <p>Please enter your address so that we can mail you a temporary password.</p> <span class="clnFormLine"> <label class="clnFormLabel" for="userEmail">Email Address:</label> <input class="clnFormInput" type="text" id="userEmail" name="userEmail" size="30" maxlength="80" value="" /> </span> <span class="clnFormLine"> <label class="clnFormLabel" for="getPassword"></label> <input class="clnFormInput" id="getPassword" type="submit" name="getPassword" value="Email me my Password" /> </span> </form>