[CORE] CONF_LOST_PASSWORD in config.php has no effect #101

Closed
opened 2023-01-08 09:53:23 +01:00 by rooty · 4 comments
Owner

When CONF_LOST_PASSWORD is defined to false, button in guest auth form is printed on any doamin managed by the platform.

When CONF_LOST_PASSWORD is defined to false, button in guest auth form is printed on any doamin managed by the platform.
rooty added the
bug
live
master
labels 2023-01-08 09:53:23 +01:00
rooty self-assigned this 2023-01-08 09:53:23 +01:00
Author
Owner

This platform directive is defined in config.php.
It has no effect and button to get back password is always printed.
Missing condition ?

This platform directive is defined in config.php. It has no effect and button to get back password is always printed. Missing condition ?
Author
Owner

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.

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.
rooty added the
fixed
label 2023-01-08 10:02:44 +01:00
Author
Owner

Committed in local branch master and push to remote repository.

Committed in local branch master and push to remote repository.
rooty referenced this issue from a commit 2023-01-08 10:06:43 +01:00
Author
Owner

Pulled on production

Pulled on production
rooty closed this issue 2023-01-08 11:56:24 +01:00
Sign in to join this conversation.
No description provided.