zammad/spec/lib/auth
Thorsten Eckel b8a92582a1 Fixed bug: Legacy hashed passwords (like sha2) will get rehashed when set.
This happens when a user password should get set without transfering it in plain like e.g. the REST API, an import or the auto_wizard.json file. Therefore Zammad should accept legacy passwords when set but should convert them on first login to the internal format (as already implemented).

Additionally there should be no exclusion for the import mode when setting/ensuring a password since Zammand couldn't handle it later.
2017-05-08 17:08:09 +02:00
..
backend_examples.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
base_spec.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
developer_spec.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00
internal_spec.rb Fixed bug: Legacy hashed passwords (like sha2) will get rehashed when set. 2017-05-08 17:08:09 +02:00
ldap_spec.rb Initial version of LDAP user sync support. 2017-04-19 12:09:54 +02:00