Hello everyone!
I’m using the official docker-compose zammad from github and I have some questions.
When I create a new user, I need to specify their email address.
After creating the account, I try to log in to the zammad web interface as the new admin user (for example) - login failed, have you checked your credentials and completed the email verification?
As I understand it, I can log in using both the username and the user mail. Unfortunately, I can only log in using the user mail.
I also noticed that if I delete the user’s mail from their account, their LOGIN changes to something like auto-55de1287-32ef-4d12-927a-b296b7dd9eb6, and I can use this login to log in to web. However, if I add the user’s mail address again, the UID auto-55de1287-32ef-4d12-927a-b296b7dd9eb6 remains unchanged.
How can I log in to web zammad as a user without specifying an email address?
Please help me resolve this issue.