Community Auth Learning... |
(11-18-2015, 06:46 PM)solidcodes Wrote: It was an easy fix. You can absolutely create extra login pages. All you need to do is add the page to the allowed_pages_for_login array, located in config/authentication.php. PHP Code: $config['allowed_pages_for_login'] = array( Your new login form would point to itself. For some info that is somewhat related to this, check the "Optional Login" page on the Community Auth website: http://community-auth.com/documentation/...entication |
Welcome Guest, Not a member yet? Register Sign In |