I got to log in before exposing the UI using just the default 8080 port.
If I generate a password for admin using:
```
turnadmin -P -p REDACTED
```
Then I add the admin user using:
turnadmin --add-admin --psql-userdb="host=db dbname=coturn user=coturn password=REDACTED connect_timeout=30" --user=admin --realm=REDACTED --password=REDACTED
Where the password is the generated password.
It adds the admin, but I can not use neither the password nor the "crypted" password for logging in.