It looks like the problem is resolved. I upgraded to the latest version of Catalyst and Authentication/Authorization started working normally. Funny how that happens.<br><br>Thanks for the follow up. I appreciate it!<br><br clear="all">
Collin Condray<br><a href="http://condray.net">condray.net</a><br>
<br><br><div class="gmail_quote">On Tue, May 12, 2009 at 7:28 AM,  <span dir="ltr">&lt;<a href="mailto:kakimoto@tpg.com.au">kakimoto@tpg.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello, Collin<br>
<br>
  I have the same configuration and output of the Catalyst config too!<br>
<br>
My problem is a bit different. I could login but the accounts that have<br>
&#39;admin&#39; roles would never get detected of the &#39;admin&#39; role.<br>
<br>
  How are you doing with this issue?<br>
<br>
<br>
Guys, please comment.<br>
<br>
 Thank you:)<br>
<br>
K. akimoto<br>
<div><div></div><div class="h5"><br>
<br>
Quoting Collin Condray &lt;<a href="mailto:ccondray@gmail.com">ccondray@gmail.com</a>&gt;:<br>
<br>
&gt; Tomas,<br>
&gt;<br>
&gt; Here&#39;s the config section of the debug output:<br>
&gt;<br>
&gt; do {<br>
&gt;   my $a = {<br>
&gt;     &quot;Action::RenderView&quot; =&gt; {<br>
&gt;           ignore_classes =&gt; [<br>
&gt;                               &quot;DBIx::Class::ResultSource::Table&quot;,<br>
&gt;                               &quot;DBIx::Class::ResultSourceHandle&quot;,<br>
&gt;                               &quot;DateTime&quot;,<br>
&gt;                             ],<br>
&gt;           scrubber_func  =&gt; sub { &quot;???&quot; },<br>
&gt;         },<br>
&gt;     &quot;Plugin::Authentication&quot; =&gt; {<br>
&gt;           default_realm =&gt; &quot;dbic&quot;,<br>
&gt;           realms =&gt; {<br>
&gt;                 dbic =&gt; {<br>
&gt;                       credential =&gt; {<br>
&gt;                             class =&gt; &quot;Password&quot;,<br>
&gt;                             password_field =&gt; &quot;password&quot;,<br>
&gt;                             password_hash_type =&gt; &quot;SHA-1&quot;,<br>
&gt;                             password_type =&gt; &quot;hashed&quot;,<br>
&gt;                           },<br>
&gt;                       store =&gt; {<br>
&gt;                             class =&gt; &quot;DBIx::Class&quot;,<br>
&gt;                             &quot;ignore_fields_in_find&quot; =&gt; [],<br>
&gt;                             role_field =&gt; &quot;role&quot;,<br>
&gt;                             role_relation =&gt; &quot;roles&quot;,<br>
&gt;                             store_user_class =&gt;<br>
&gt; &quot;Catalyst::Authentication::Store::DBIx::Class::User&quot;,<br>
&gt;                             user_class =&gt; &quot;myappDB::Users&quot;,<br>
&gt;                           },<br>
&gt;                       use_session =&gt; 1,<br>
&gt;                     },<br>
&gt;               },<br>
&gt;           use_session =&gt; 1,<br>
&gt;         },<br>
&gt;     &quot;Plugin::ConfigLoader&quot; =&gt; {},<br>
&gt;     authentication =&gt; &#39;fix&#39;,<br>
&gt;     &quot;custom-error-messsage&quot; =&gt; { &quot;error-template&quot; =&gt;<br>
&gt; &quot;<a href="http://internal_error.tt" target="_blank">internal_error.tt</a>&quot;,<br>
&gt; &quot;view-name&quot; =&gt; &quot;TToolkit&quot; },<br>
&gt;     email =&gt; [&quot;Sendmail&quot;],<br>
&gt;     home =&gt; &quot;/home/.avis/username/<a href="http://domainname.com/myapp" target="_blank">domainname.com/myapp</a>&quot;,<br>
&gt;     name =&gt; &quot;myapp&quot;,<br>
&gt;     require_ssl =&gt; { no_cache =&gt; 0, remain_in_ssl =&gt; 1 },<br>
&gt;     root =&gt; bless({<br>
&gt;           dirs =&gt; [<br>
&gt;                 &quot;&quot;,<br>
&gt;                 &quot;home&quot;,<br>
&gt;                 &quot;.avis&quot;,<br>
&gt;                 &quot;username&quot;,<br>
&gt;                 &quot;<a href="http://domainname.com" target="_blank">domainname.com</a>&quot;,<br>
&gt;                 &quot;myapp&quot;,<br>
&gt;                 &quot;root&quot;,<br>
&gt;               ],<br>
&gt;           file_spec_class =&gt; undef,<br>
</div></div></blockquote></div><br>