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

Block Page on Mobile Device #57

Open
malutanpetronel opened this issue Jan 2, 2019 · 0 comments
Open

Block Page on Mobile Device #57

malutanpetronel opened this issue Jan 2, 2019 · 0 comments

Comments

@malutanpetronel
Copy link

malutanpetronel commented Jan 2, 2019

I do have
ccdn_user_security:
entity:
user:
class: Application\SonataUserBundle\Entity\User # Required
login_shield:
route_login:
name: sonata_user_admin_security_login
params: []
force_account_recovery: # Specify all routes to block after attempt limit is reached, and account recovery route to force browser redirect.
enabled: true
after_attempts: 2
# !!! check also the Default controller for timing the cookie also
duration_in_minutes: 2
route_recover_account:
name: help
params: []
routes:
- fos_user_security_login
- fos_user_security_check
- fos_user_security_logout
block_pages: # Specify all routes to block after attempt limit is reached.
enabled: true
after_attempts: 3
duration_in_minutes: 3
...
and also

  • sonata_user_admin_security_login

under block pages...

It seems to work correctly under chrome browser on laptops but on Android device Chrome does not block the page after 3-10 wrong logins...

Any ideea how to fix it ?

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

No branches or pull requests

1 participant