issues
search
ltb-project
/
self-service-password
Web interface to change and reset password in an LDAP directory
https://self-service-password.readthedocs.io/en/latest/
GNU General Public License v3.0
1.18k
stars
327
forks
source link
fix: hide php notices from the end user in the web ui
#913
Closed
maichouni-mitek
closed
5 months ago
maichouni-mitek
commented
5 months ago
Closes
https://github.com/ltb-project/self-service-password/issues/912
.
This change hides the PHP notices from the end user in the web ui, but still keeps them in the logs.
error_reporting
needs to be set before
change.php
is included.
coudot
commented
5 months ago
Thanks a lot!
error_reporting
needs to be set beforechange.php
is included.