Clément "KPTN" OUDOT

Results 365 comments of Clément "KPTN" OUDOT

I did not see that, it can indeed be a blocker as this software can be used on systems with older PHP versions. Anyway, using bootsrap 4 is something I...

THanks for this, I will indeed keep this PR and look at your code when we will decide to use composer and bootstrap4.

To be reworked and merged after 1.4 release

This depends on which LDAP server you are using. With OpenLDAP, you need to configure `olcAccess` to allow users to write on the attribute storing the answer. See https://www.openldap.org/doc/admin25/access-control.html

Check SMTP port and SMTP secure, generally port 465 is for SMTPS

Hello, tested it and it works. We indeed introduce cookies but this should not be blocking. Would you like to keep working on this issue or are you confident enough...

Hello, we will see how to do it. For the moment, we prefer to use FusionDirectory (https://www.fusiondirectory.org/) to let users change their informations.

The password is changed in `userPassword` LDAP attribute. Check your LDAP logs.

`{login}` is replaced by user login, it is mandatory in the filter

Indeed, for now, you should not use ppolicy and ldap_exop_password. As the bug is in PHP, I don't know if we should apply a workaround in our code, this will...