Merge pull request #18135 from nextcloud/fix/trim-login-name

Trim the login name
This commit is contained in:
Roeland Jago Douma 2019-11-29 08:47:46 +01:00 committed by GitHub
commit 44fc962b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ class LoginController extends Controller {
$data = new LoginData(
$this->request,
$user,
trim($user),
$password,
$redirect_url,
$timezone,