philippe lhardy
philippe lhardy
Please Indicate One: * [ ] Editorial * [X] Question * [ ] Feedback * [ ] Blocking Issue * [ ] Non-Blocking Issue Please Describe the Issue: for ABNF...
with rest api enabled and password complexity set in conf/config.inc.local.php ``` $use_restapi = true; $pwd_complexity = 3; ``` ( and rest api exposed into apache : Alias /rest /var/www/rest )...
- change password, change sshkey and reset by question are now protected by rate limit - fix minor error in allowed_rate when ssp_rrl_ips.json can't be created
…o #631 - allow to specify by ip behavior of rate limit $ratelimit_filter_by_ip_jsonfile is parameter for json file content providing by ip mapping quick : to disable rate limit for...
- handle whole captcha statefull phrase read within function global_captcha_check - there is a dedicated cookie named captcha used to find phrase corresponding to displayed image from server php session...
Current implementation of mail selected for notification is duplicated over each activity ( ie change.php changesshkey.php resetbyquestions.php resetbytoken.php adminchangepassword.php changepassword.php ) Having a unique implementation of it would simplify maintenance...
Tentative to encode password transparently when using ActiveDirectoryDstService. - To test - - AD.getUnicodePwd() does nothing anymore.
`find src -name '*.java' | xargs grep -e '\(Généré le\)\|\(Generated on\)' | wc -l ` 46 source file for autogeneration main/resources/schemas/lsc-core-2.2.xsd is enough for those files
Using fedora core 36 and launching ` mvn -Popendj clean package ` fails with ``` [ERROR] Failed to execute goal org.reflections:reflections-maven:0.9.9-RC1:reflections (default) on project lsc-core: Execution default of goal org.reflections:reflections-maven:0.9.9-RC1:reflections...