Skip to content

Instantly share code, notes, and snippets.

@electricputty
Created June 28, 2012 15:04
Show Gist options
  • Save electricputty/3011882 to your computer and use it in GitHub Desktop.
Save electricputty/3011882 to your computer and use it in GitHub Desktop.
authenicate forgot password
{exp:authenticate:forgot_password}
<fieldset>
<ul>
<li>
<label for="username">Username</label><input type="text" id="username" name="username" />
</li>
</ul>
</fieldset>
<button class="button send_button form_button" value="Submit" type="submit"></button>
{/exp:authenticate:forgot_password}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment