Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use area tag for password reset
Thanks, Peter
  • Loading branch information
Josh Lavin committed Oct 22, 2015
1 parent 7972718 commit c42e3d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dist/strap/pages/member/get_password.html
Expand Up @@ -47,7 +47,11 @@
To reset your password visit the following address; otherwise ignore
this email and nothing will happen.

[if variable SECURE_ENABLE]__SECURE_SERVER__[else]http://__SERVER_NAME__[/else][/if]__CGI_URL__/query/pw_reset?u=[scratch found_user]&x=[scratch expire]&k=[scratch hmac]
[area href=query/pw_reset secure="__SECURE_ENABLE__" no_session=1 form="
u=[scratch found_user]
x=[scratch expire]
k=[scratch hmac]
"]

Thank you,
__COMPANY__
Expand Down

0 comments on commit c42e3d6

Please sign in to comment.