[CORE] CONF_LOST_PASSWORD in config.php has no effect #101
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When CONF_LOST_PASSWORD is defined to false, button in guest auth form is printed on any doamin managed by the platform.
This platform directive is defined in config.php.
It has no effect and button to get back password is always printed.
Missing condition ?
Issue fixed.
Had a condition on CONF_LOST_PASSWORD state in userprint class.
Modified auth.mxt template file to suit the userprint class.
On same the way, i updated button to html5 with formaction value.
Committed in local branch master and push to remote repository.
Pulled on production