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 utf8_decode deprecation #931

Closed davidcoutadeur closed 5 months ago

davidcoutadeur commented 5 months ago

With PHP 8.3, we bet deprecation:

PHP Deprecated:  Function utf8_decode() is deprecated

Seems it will be deprecated in php 9. We need to use mb_convert_encoding instead.