ltb-project / service-desk

Application for support team who need to check and reset user passwords
https://service-desk.readthedocs.io/
GNU General Public License v3.0
49 stars 19 forks source link

Displayed message if wrong a password is tested is not really explicit #117

Closed cmaudoux closed 2 months ago

cmaudoux commented 4 months ago

Hi,

Enable use_checkpassword option.

1/ If you test a good password displayed message is " Authentification réussie ! " but in warning mode (red). It works but message suggests an error... It could be yellow or green.

image

2/ If you test a wrong password displayed message is " Erreur de communication avec l'annuaire LDAP " . In this case message suggests an error with LDAP... Message could be "Wrong credential" or "Bad password".

image

Cheers

coudot commented 4 months ago

I don't reproduce your issue.

You should stay on the same page when testing the password.

With a wrong password :

image

With a good password :

image

cmaudoux commented 4 months ago

Thanks for your tests and reply.

Issue may be due to our LoadBalancer.

cmaudoux commented 2 months ago

Hello,

Issue linked to issue #106