Bernhard Graf <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> > What you need to do is subclass C::P::A::Credential, and override the
> > login() method.
> >
> > The login method is where the username and password are checked, so
> > you probably want to do something like the following (probably
> > borrowing the password check form C::P::Authentication::CDBI):
>
> It works. But is not a trivial thing, because it requires knowledge of
> the - quite complex - Catalyst authentication code.
Or you could use the code I included, which is not some pseudo-code I
made up to make a point, but the very same code I run in one of my cat
apps. All you have to do is fill in the status check where I indicated,
and you should have working code.
Len.
--
Leonard A. Jaffe (614)213-4283
JP Morgan Chase, Columbus, OH
DSS Monitoring Instrumentation Services
[EMAIL PROTECTED]
This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and
any attachments are believed to be free of any virus or other
defect that might affect any computer system into which it is
received and opened, it is the responsibility of the recipient to
ensure that it is virus free and no responsibility is accepted by
JPMorgan Chase & Co., its subsidiaries and affiliates, as
applicable, for any loss or damage arising in any way from its use.
If you received this transmission in error, please immediately
contact the sender and destroy the material in its entirety,
whether in electronic or hard copy format. Thank you.
_______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/