Clément "KPTN" OUDOT

Results 461 comments of Clément "KPTN" OUDOT

There is no fixed release date. Anyway, I just took the 1.5.2 tag and regenerate new docker images, which use PHP 8.1.14. You can update from docker hub.

Done by @davidcoutadeur in 99afec6aa1429945d82f2d2b90313c8a2802b84d

We indeed still reproduce the bug A solution would be to create a form token in the first screen, in a hidden field, then invalidate this token before sending the...

This is a duplicate of https://github.com/ltb-project/self-service-password/issues/755 I agree with @davidcoutadeur we may only add a warning in the documentation

Maybe you can just use this as config.inc.local.php: ```php ``` And mount you real config.inc.local.php in the volume. But I don't really se the need to backup the volume which...

I understand your point and we will keep this issue open to see how to solve it for the official docker image. Note that in FusionIAM project, we choose to...

We should discuss a little about providing local config file, I don't understand the need.

Yes, it can be provided as doc, but users can choose to modify the main config file which is managed as config by the package, or create a local config...