-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add rememberme checkbox #56343
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
Add rememberme checkbox #56343
Conversation
|
/compile / |
| ITrustedDomainHelper $trustedDomainHelper, | ||
| string $user = '', | ||
| string $password = '', | ||
| bool $rememberme = false, |
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.
| bool $rememberme = false, | |
| bool $remember_me = false, |
for consistency with the other parameters? not sure
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.
That would force me to rename all the camelCase to rememberMe then for consistency 😒
5bef2d7 to
6eb9804
Compare
|
/compile rebase |
6eb9804 to
bb22e56
Compare
susnux
left a comment
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.
code look ok :)
|
/backport to stable32 |
|
/backport to stable31 |
|
/compile rebase |
Signed-off-by: Côme Chilliet <[email protected]>
Only present if allowed by configuration. Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
9a7744d to
907fb19
Compare
Summary
Adds a remember me checkbox to the login form.
Checklist
3. to review, feature component)stable32)