spPasswordResetForm
stormpath
Use this directive on the page that users land on when they click on a password reset link. To send users a password reset link, see spPasswordResetRequestForm.
This directive will render a password reset form that does the following:
sptoken in it. Shows an error if not.sptoken with Stormpath, then:<ANY sp-password-reset-form
template-url="{string}">
...
</ANY>
| Param | Type | Details |
|---|---|---|
| template-url | string | An alternate template URL if you want to use your own template for the form. |
<!-- If you want to use the default template --> <div class="container"> <div sp-password-reset-form></div> </div> <!-- If you want to use your own template --> <div class="container"> <div sp-password-reset-form template-url="/path/to/my-custom-template.html"></div> </div>