Should not canonicalize nickname before calling common_check_user
This commit is contained in:
parent
b417e4d24f
commit
745ea277d8
|
@ -133,7 +133,7 @@ class LoginAction extends Action
|
|||
return;
|
||||
}
|
||||
|
||||
$nickname = common_canonical_nickname($this->trimmed('nickname'));
|
||||
$nickname = $this->trimmed('nickname');
|
||||
$password = $this->arg('password');
|
||||
|
||||
$user = common_check_user($nickname, $password);
|
||||
|
|
Loading…
Reference in New Issue
Block a user