Perhaps the plugin does two things. Since casAccountDisabledView shows up in only 2 classes, one of which is the default login flow, I figured it had to be the other one. The view is being created on line 77, https://github.com/apereo/cas/blob/master/support/cas-server-support-pm-webflow/src/main/java/org/apereo/cas/pm/web/flow/PasswordManagementWebflowConfigurer.java where it looks to be part of account status.
In default login flow it is part of authentication failure (line 287), https://github.com/apereo/cas/blob/master/core/cas-server-core-webflow-api/src/main/java/org/apereo/cas/web/flow/configurer/DefaultLoginWebflowConfigurer.java The particular relationship in the webflow is different in the two file and I no longer remember those details. Try adding it and see what happens. Ray On Tue, 2019-10-22 at 09:54 -0700, vallee.romain wrote: Hi Ray. It's write : The account password and security questions may be stored inside an LDAP server. I don't want this feature. You think that this issue is from this plugin ? -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations. -- - 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/0101c72dfc434c0b8a0e1637f6abe606ae017704.camel%40uvic.ca.
