-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Limit email input to 255 chars #44218
Conversation
00a96a9
to
21c61c8
Compare
4f9dee4
to
b6a0c6a
Compare
b6a0c6a
to
c9ca17d
Compare
Labels pleaaase :) |
c9ca17d
to
301b3d4
Compare
return $this->createLoginFailedResponse( | ||
$user, | ||
$user, | ||
$redirect_url, |
Check notice
Code scanning / Psalm
PossiblyNullArgument Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the following or change default on line 317:
$redirect_url, | |
(string) $redirect_url, |
301b3d4
to
ada4138
Compare
ada4138
to
4a80230
Compare
Excessively long emails reported make server unresponsive. We could at some point, consider adding a configuration for sysadmins to bypass this setting on their instance if they want. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
4a80230
to
2792d8b
Compare
/compile / |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
/backport to stable29 |
/backport to stable28 |
/backport to stable27 |
Screenshots