I’m trying to configure Forgot Password add-on but I can’t see the link in the login page. I’m using Cuba 6.10.15, so I’ve installed 2.2.0 add-on version. We are using a Halo theme extension.
I’ve been following the Github documentation. I’ve setup the Anonymous role allowing “sec$User.changePassword” and “sec$User.resetPassword” screens. Finally I’ve added the following properties:
ext.security.showResetPasswordLinkAtLogin = true
cuba.web.linkHandlerActions = open|o|reset
No it’s not mandatory, I asked because it’s a common cause of issues. If you extend the login screen, you need to extend the add-on’s one and not the original one.
So clearly your issue is not related to that… that must be something else. The first thing you should do is scanning the app log for any error/warning that can be related to the add-on.
Then you could try a starting fresh, with a new test app and then apply the same config step you’ve done in your app. If that doesn’t work too, you must have skipped some config or done it wrong, otherwise there’s some conflict in your app.
One more question. How can I change all the texts? I mean, I want to translate them into Spanish. I’m searching the text “forgot password?” but I can’t find it.