Welcome Guest, Not a member yet? Register   Sign In
Community-Auth Optional Login Form
#1

Is it possible to have a optional login form in the Navbar of a site with Community-Auth? 

Does each route need to be specified in $config['allowed_pages_for_login']?


I've tried setting this up earlier and keep running into undefined issues, either form_open or login_url undefined.
Reply
#2

If you want to more or less bypass the feature, just do something like:


PHP Code:
$this->config->set_item('allowed_pages_for_login', [ $this->uri->uri_string() ] ); 
Reply




Theme © iAndrew 2016 - Forum software by © MyBB