Great. What you want to do is mostly controlled by this line:
https://github.com/apereo/cas/blob/master/support/cas-server-support-pm/src/main/java/org/apereo/cas/pm/config/PasswordManagementConfiguration.java#L125 Write something that extends/implements PasswordManagementService. Then inject a “bean” instance of it into the runtime engine. CAS will pick up yours instead of the defaults (note that Conditional tag). To learn how to inject config into CAS dynamically: https://apereo.github.io/cas/5.1.x/installation/Configuration-Management-Extensions.html More or less the same: https://apereo.github.io/2017/02/21/cas-autocfg-strategy/ --Misagh On July 6, 2017 at 12:48:06 PM, William Jojo ([email protected]) wrote: Thank you, Misagh. I am looking at the code tree at https://github.com/apereo/cas/blob/master/support/cas-server-support-pm/src/main/java/org/apereo/cas/pm/. Again, at the moment, I am attempting to trigger the basic PM functionality, then I can determine the injection point. If may attempt is worthy, I am happy to contribute it to CAS. Bill -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/etPan.595e9834.7688fab.7a35%40unicon.net.
