Fix incorrect parsing of wildcard user password.
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ func specialUserHandler(w http.ResponseWriter, r *http.Request, g, pth string, w
|
|||||||
if pth == "" {
|
if pth == "" {
|
||||||
userHandler(w, r, g, "", wildcard)
|
userHandler(w, r, g, "", wildcard)
|
||||||
return
|
return
|
||||||
} else if pth == ".password" {
|
} else if pth == "/.password" {
|
||||||
passwordHandler(w, r, g, "", wildcard)
|
passwordHandler(w, r, g, "", wildcard)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user