Hi all, how can I remove this function?
I've tried with
auth.settings.actions_disabled.append('request_reset_password')in the user(): controller, but this remove only the target page, not the link in itself from the login form... Some ideas?
Hi all, how can I remove this function?
I've tried with
auth.settings.actions_disabled.append('request_reset_password')in the user(): controller, but this remove only the target page, not the link in itself from the login form... Some ideas?