kulls has asked for the wisdom of the Perl Monks concerning the following question:
Could not find authentication realm 'default' 89: } 90: 91: # If a user doesn't exist, force login 92: if (!$c->user_exists) { 93: # Dump a log message to the development server debu +g output 94: # $c->log->debug('***Root::auto User not found, for +warding to /login'); 95: # Redirect the user to the login page
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Catalyst : Could not find authentication realm 'default'
by lorn (Monk) on Jun 25, 2010 at 12:14 UTC | |
by Anonymous Monk on Jun 25, 2010 at 13:10 UTC | |
by lorn (Monk) on Jun 25, 2010 at 17:15 UTC | |
Re: Catalyst : Could not find authentication realm 'default'
by marsch (Initiate) on Jun 22, 2016 at 07:08 UTC | |
Re: Catalyst : Could not find authentication realm 'default'
by Anonymous Monk on Jun 25, 2010 at 11:19 UTC |