do a post-redirect-get to avoid the usual problems

svn: r18317
This commit is contained in:
Eli Barzilay 2010-02-24 11:15:37 +00:00
parent 38d201cd38
commit e9c0ba7398

View File

@ -233,6 +233,7 @@
[user (and user (if (get-conf 'username-case-sensitive)
user (string-foldcase user)))]
[user-data (get-user-data user)])
(redirect/get)
(cond [(and user-data
(string? passwd)
(let ([pw (md5 passwd)])