projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Il faut écouter l'événement « readystatechange » plutôt que « load » pour récupérer...
[Plinn.git]
/
skins
/
generic
/
request_password_reset_template.pt
diff --git
a/skins/generic/request_password_reset_template.pt
b/skins/generic/request_password_reset_template.pt
index
1047b66
..
46106ca
100644
(file)
--- a/
skins/generic/request_password_reset_template.pt
+++ b/
skins/generic/request_password_reset_template.pt
@@
-20,7
+20,7
@@
tal:content="ptool/email_from_address" href="mailto:me@here.com"
i18n:name="admin_email">me@here.com</a>.
</p>
tal:content="ptool/email_from_address" href="mailto:me@here.com"
i18n:name="admin_email">me@here.com</a>.
</p>
- <form
action="mail_password
" tal:attributes="action options/action">
+ <form
method="post
" tal:attributes="action options/action">
<input name="userid"/>
<input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
</form>
<input name="userid"/>
<input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
</form>