Merge pull request #18156 from nextcloud/backport/18135/stable17

[stable17] Trim the login name
This commit is contained in:
Roeland Jago Douma 2019-12-02 08:53:37 +01:00 committed by GitHub
commit ebcb7b76c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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