-
Notifications
You must be signed in to change notification settings - Fork 5
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
Protect public links password page #57
Comments
We already can count failed share access attempts by using I tried to emit an event before the password check of the public link and listen to it in brute_force_protection app. Throwing an exception in this event callback is enough for blocking brute force attempt. If is it okay to add new events to the core for pre-post public link password check, I can start to implement this feature. |
@karakayasemi sounds good. I thought we already had such events. |
Yeah, sounds good, nice feature addition! |
was the core PR the only one needed or does the app require modifications as well ? @karakayasemi |
No, the core PR was prerequisite for the desired feature. Now, we can count failed share access attempts by using In the failed login, we have a blocking policy based on uid+ip combination. Also, the admin panel needs modification to configure the new feature's policy. Have you any suggestions about the blocking policy, admin configuration parameters etc. @pmaier1 @PVince81 @RavenousCtulhu? |
@karakayasemi @pmaier1
From owncloud/core#33542
The text was updated successfully, but these errors were encountered: