Subject: | Catalyst::Manual::Tutorial::05_Authentication |
Catalyst::Manual::Tutorial::05_Authentication mentions:
"The use of self_check will cause
Catalyst::Plugin::Authentication::Store::DBIC to call the check_password
method we enabled on our password columns."
The fix:
Catalyst::Plugin::Authentication::Store::DBIC is deprecated, so mention Catalyst::Authentication::Store::DBIx::Class?
Note:
This is an excellent tutorial, I am learning a lot from it - thanks for
all your knowledge and work.