Clément "KPTN" OUDOT
Clément "KPTN" OUDOT
Thanks for the tip, but we are already working on a LDAP Lib (https://github.com/ltb-project/ltb-ldap) and I would like to avoid depending on too much components.
After a discussing with @cmaudoux and @davidcoutadeur we will implement a blocking system (#125) This feature is still interesting but not for disabling user access
@cmaudoux I found this solution: https://github.com/ltb-project/service-desk/pull/83/commits/cc34eac134f64ca808a442b56f470023da3a63fb Works for me on Chrome and Firefox Need to work more on the code to add a configuration option to switch from a standard...
Adding SQL in the software does not really enjoy me. Maybe we can work on a plugin system to call PHP code to add an attribute in the view. For...
@cmaudoux could you test this change?
Browsers are indeed not respecting the standard... We can give a try to https://stackoverflow.com/questions/59991469/chrome-firefox-autocomplete-new-password-not-working
Hello @cmaudoux here is a code to test the workaround: https://github.com/ltb-project/service-desk/pull/83/commits/c5b3bee521a47a04062bbf56efdc6ab792f5991e
Added this trick as an official option. From my point of view it is ready to merge.
We now use Github actions to run phpunit tests
Hello @cmaudoux do you want to know which ppolicy is associated to user? (See https://github.com/ltb-project/service-desk/issues/53) Or do you want to display all parameters of LDAP ppolicy ? Note that there...