Details
Description
With the change from this issue, the captcha has been removed from the login page. Therefore, if your implementation project configured any of the following two configuration properties at the node /hippo:configuration/hippo:frontend/login/login/loginPage, they should be removed to prevent errors being logged during bootstrap.
- use.captcha
- show.captcha.after.how.many.times
Update Customized Login Page
If your implementation project contains any login page customizations, those may need to be updated.
The SimpleLoginPlugin has been removed. The DefaultLoginPlugin, which extended SimpleLoginPlugin prior to this change now extends LoginPlugin directly. If your implementation project extended SimpleLoginPlugin, it should be updated to extend DefaultPlugin instead.
Attachments
Issue Links
- relates to
-
CMS-12461 Login Captcha not working with OpenJDK
- Closed