do a post-redirect-get to avoid the usual problems
svn: r18317
This commit is contained in:
parent
38d201cd38
commit
e9c0ba7398
|
@ -233,6 +233,7 @@
|
||||||
[user (and user (if (get-conf 'username-case-sensitive)
|
[user (and user (if (get-conf 'username-case-sensitive)
|
||||||
user (string-foldcase user)))]
|
user (string-foldcase user)))]
|
||||||
[user-data (get-user-data user)])
|
[user-data (get-user-data user)])
|
||||||
|
(redirect/get)
|
||||||
(cond [(and user-data
|
(cond [(and user-data
|
||||||
(string? passwd)
|
(string? passwd)
|
||||||
(let ([pw (md5 passwd)])
|
(let ([pw (md5 passwd)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user