Skip to content

Instantly share code, notes, and snippets.

@sgaem
Created March 25, 2017 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgaem/a25456a12668c42fdbd5312422580290 to your computer and use it in GitHub Desktop.
Save sgaem/a25456a12668c42fdbd5312422580290 to your computer and use it in GitHub Desktop.
<form action="${resource.path}.html" method="post">
<ul class="form-style-1">
<h1>Change Password</h1>
<li>
<label>New Password <span class="required">*</span></label>
<input type="password" name="passwordreset"/>
</li>
<li>
<label>Confirm Password <span class="required">*</span></label>
<input type="password" name="passwordreset_confirm"/>
</li>
<input name="ky" value="${request.requestParameterMap['ky'][0].toString}" type="hidden"/>
<li>
<input id="submit" type="submit" value="Submit"/>
</li>
</ul>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment