aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list-domains.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-21 05:23:51 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-21 05:23:51 +0100
commit6ebe4849dd75ec01197bf465ea20b6aa74e770a1 (patch)
treea038b1064484e3f4b99a4d2c3773b1362fbd267f /templates/list-domains.html
parent49bf1466958645b24b113a40d126d84fec9a941b (diff)
More secure way to check unlock tokens.
Diffstat (limited to 'templates/list-domains.html')
-rw-r--r--templates/list-domains.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list-domains.html b/templates/list-domains.html
index 5edb4fc..e31915f 100644
--- a/templates/list-domains.html
+++ b/templates/list-domains.html
@@ -35,7 +35,7 @@
<TMPL_IF NAME=__even__><tr class="odd"><TMPL_ELSE><tr></TMPL_IF>
<td><span class="domain"><TMPL_UNLESS NAME=ispending><a href="<TMPL_VAR NAME=domainURI>/"></TMPL_UNLESS><TMPL_VAR NAME=domain><TMPL_UNLESS NAME=ispending></a></TMPL_UNLESS></span></td>
<td><TMPL_IF NAME=ispending
- ><form class="unlock" method="post" action="?"
+ ><form class="unlock" method="post" action="<TMPL_VAR NAME=domain>/?"
><input type="text" name="unlock" size="32"
><input type="hidden" name="domain" value="<TMPL_VAR NAME=domain>"
/><input type="submit" name="submit" value="Unlock domain"