[interchange] Use area tag for password reset

Josh Lavin <[email protected]> Tue, 17 Nov 2015 18:51:05 +0000
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit c42e3d65daec0e4bb061be95207680f1cf2177d4
Author: Josh Lavin <[email protected]>
Date:   Thu Oct 22 06:08:10 2015 -0700

    Use area tag for password reset
    
    Thanks, Peter

 dist/strap/pages/member/get_password.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dist/strap/pages/member/get_password.html b/dist/strap/pages/member/get_password.html
index 641008f..f85817a 100644
--- a/dist/strap/pages/member/get_password.html
+++ b/dist/strap/pages/member/get_password.html
@@ -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__