Closed phyzalis closed 8 years ago
Hi
I would like to block access to users/displayqr because after user logs in, the session is used by people who are not supposed to be able able to open sessions themself.
Is there a way to patch the display qr controller?
I managed to make it work I only had to redefine my own routes in config/routes.rb with a custom controller
Hi
I would like to block access to users/displayqr because after user logs in, the session is used by people who are not supposed to be able able to open sessions themself.
Is there a way to patch the display qr controller?