Cody Fendant has asked for the wisdom of the Perl Monks concerning the following question:
I've got a legacy Catalyst application and currently passwords never expire.
I'm supposed to add a password timeout, after which a new password is required. How would this be handled?
I've looked at the Catalyst app's config and read a fair bit of the documentation for Catalyst::Plugin::Authentication and can't see where to start.
Users of this application say it used to require a new password every n days but that's the only clue I have.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Where is password expiry enforced in Catalyst, using Catalyst::Plugin::Authentication?
by Corion (Patriarch) on Apr 29, 2021 at 07:51 UTC | |
by Anonymous Monk on Apr 29, 2021 at 14:13 UTC | |
|
Re: Where is password expiry enforced in Catalyst, using Catalyst::Plugin::Authentication?
by hippo (Archbishop) on Apr 29, 2021 at 08:06 UTC |