davidcoutadeur
davidcoutadeur
See also Pull request: https://github.com/ltb-project/self-service-password/pull/824
Done in #858
This feature should be ready. Only thing missing is updating the requirement of smarty4. It can be done in https://github.com/ltb-project/self-service-password/issues/850
TODO: - modify documentation (installation process) - add a release note in the documentation to describe the update process - require optionally smarty4 (preferred) or smarty3
Last TODO should be ok with last commit
> Placing `config.inc.php` in the same directory as `config.inc.local.php` prevents use of docker volumes to provide this configuration. > > It require usage of a path in the host system,...
Other problem: at backend side, the password is only accepted when the number of "different characters" is strictly superior to pwd_diff_last_min_chars This is not aligned with the documentation and also...
Current PR, rebased on master is #847
I have reviewed the PR #847. It seems fine now. Here is the list of breaking change in the #847 PR, which must be brought to .deb package, and notified...
I am not completely aligned with providing this new local config file. There are two benefits IMO: - self-explain to the users that the good way to configure ssp is...