- Edited
Ubuntu 20
Apache
Maria 10.3
PHP 7.3
osTicket 1.15.8
I am creating a new LDAP user and it is asking me to create a Temporary password. I don't recall having to do that in the past. Is this a bug?
Ubuntu 20
Apache
Maria 10.3
PHP 7.3
osTicket 1.15.8
I am creating a new LDAP user and it is asking me to create a Temporary password. I don't recall having to do that in the past. Is this a bug?
This is how it's always been. You can see from the below lines of code if backend
does not equal client
and sendemail
is not set then you must provide a temporary password. So in your case you unchecked Send Email and you set backend to AD/LDAP so both of the checks will be true so it requires a temporary password.
Cheers.
Hmm. I must have always left send activation email ticked. It let me register the user now.
Kevin beat me to this one. But he is of course correct like usual.