Monogramm / taiga-contrib-ldap-auth-ext

:snake: :alembic: Extended Taiga plugin for LDAP authentication
http://taiga.io
GNU Affero General Public License v3.0
45 stars 15 forks source link

fix #26 add an option to save or not the ldap password #27

Closed vinctix closed 5 years ago

vinctix commented 5 years ago

I create an option to save or not the ldap password. The option is defined in the beginning of the services.py. If the user already exists, the password is set to nil else the password is updated (case of LDAP password updated).

madmath03 commented 5 years ago

Just tested it and everything seems fine and according to issue. Thanks 👍