don't clear AuthService/AuthData if user is System Admin (#12986)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
540cfb0239
Коммит
e07e114def
@@ -86,7 +86,7 @@ func createUser(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
user.SanitizeInput()
|
||||
user.SanitizeInput(c.IsSystemAdmin())
|
||||
|
||||
tokenId := r.URL.Query().Get("t")
|
||||
inviteId := r.URL.Query().Get("iid")
|
||||
|
||||
Ссылка в новой задаче
Block a user