diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-13 10:13:51 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-13 10:13:51 +0200 |
commit | dc786bd1cc8be6aa0fb476f61e7bbd0f53e56f03 (patch) | |
tree | c036c8aeb3052d9766298be1ac134839acee53a6 /view/tpl/register.tpl | |
parent | 973d91d120c6d14c2973bf897de15a1dea745396 (diff) | |
download | volse-hubzilla-dc786bd1cc8be6aa0fb476f61e7bbd0f53e56f03.tar.gz volse-hubzilla-dc786bd1cc8be6aa0fb476f61e7bbd0f53e56f03.tar.bz2 volse-hubzilla-dc786bd1cc8be6aa0fb476f61e7bbd0f53e56f03.zip |
form security token for mod register ported from zap
Diffstat (limited to 'view/tpl/register.tpl')
-rwxr-xr-x | view/tpl/register.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 33ca46ba1..1054c7567 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -4,6 +4,7 @@ </div> <div class="section-content-wrapper"> <form action="register" method="post" id="register-form"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{if $reg_is}} <div class="section-content-warning-wrapper"> <div id="register-desc" class="descriptive-paragraph">{{$reg_is}}</div> |