Password variables
| Variable | Description |
|---|---|
| activation_code | Users unique activation code e.g. {{ password.activation_code }} |
| password | Password input field e.g. {% password_field "password", class:"text" %} |
| password_confirmation | Password confirmation input field e.g. {% password_field "password_confirmation", class:"text" %} |
| signup | U? e.g. |
Example form
These variables could be used together in the password change form like this: