Turn off site-wide password protection for single controller

edited January 2013 in Feature Requests
Hello there,

is there a way (using Hooks maybe?) to disable the site-wise password protection on a per-controller basis, thus overriding what's being set by

/fuel/modules/fuel/fuel.php -> $config['dev_password']

In practice I need to disable password protection for my /feed controller – and I'm wondering if there's a way to do so by possibly implementing a few controller hooks ?

Thanks a lot.
P

Comments

  • edited 11:23PM
    The current dev_password functionality is implemented by a hook found in the fuel/modules/fuel/hooks/Fuel_hooks.php "dev_password" method::

    Perhaps you create your own Hook that does something similar to that and excludes the password protected in areas where you need to.
Sign In or Register to comment.