Hello everyone,

As part of our migration from CAS3.5 to CAS5.2.x we have added the new 
Password management module and using the change password functionality.

Below are the changes we had to do and everything seems to working fine.

#CAS property
cas.authn.pm.enabled=true

<dependency>

                    <groupId>org.apereo.cas</groupId>
                    <artifactId>cas-server-support-pm</artifactId>
                    <version>${cas.version}</version>

</dependency>

<dependency>

                    <groupId>org.apereo.cas</groupId>
                    <artifactId>cas-server-support-pm-webflow</artifactId>
                    <version>${cas.version}</version>

</dependency>


Since in this implementation we wont be able to access the ChangePassword 
screen directly from the url 
(https://<cas.server>:<port>/cas/changePassword)  *correct me if I am wrong 
here*.

Is there a way I can enable the Change Password checkbox in the login 
screen when a user tries to access the above said url?

Thanks,
Jay

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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/0064b54f-384c-4b04-96a0-b76e9f4083f9%40apereo.org.

Reply via email to