Clément "KPTN" OUDOT

Results 459 comments of Clément "KPTN" OUDOT

Indeed, you must set the translation strings in all lang files. Put the english translation string everywhere you are not able to translate. I will need some time to test...

Hello @pisys, thanks for all contributions on the software. I will need some time to read the code and give some feedback. Can I ask how you will use Self...

How would you change this?

Hello @plewin, your proposal is nice. I'm not in favor of using full screen but this can be discussed. There is a lot of work if we want a 2.0...

Did you tried to set debug mode?

No idea, maybe PHP on windows is not compatible with crypto

Hello, first noticeable issue: ```php $mail_newline = 'PHP_EOL'; ``` It should be: ```php $mail_newline = PHP_EOL; ``` Then, using SSP 1.3 on RHEL8 may not work. We are working on...

Try to compare logs between the working case and the failing case.

Hi, why just don't allow anonymous search on LDAP directory to find user? Is this only a security issue?

We only have user credentials when user is changing password. For a reset, we don't have user password, so it won't work. You can have a SSP account that has...