Skip to content
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

Allow users to opt-out from login alerts #38

Open
ChristophWurst opened this issue Mar 1, 2019 · 0 comments
Open

Allow users to opt-out from login alerts #38

ChristophWurst opened this issue Mar 1, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ChristophWurst
Copy link
Member

I can imagine that not all users care about these events and might want to disable the notifications for their account.

There is also the case where a user has clients connected that use the login password. In that case the classifier might very often warn about a login, though there was none. For flawless security we can't duck type a connection to being a client because attackers can also just use a Nextcloud client to access the victim's data. Hence the separation of web login and client access does not help here.

The proposed solution is a simple checkbox on the user's personal settings page that default to checked. If unchecked, the app will never send out notifications.

cc @rullzer as discussed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant