shehzy
shehzy

Reputation: 2281

Unable to creating admin user, ejabberd through docker

By following the documentation, when trying to run the command

PS C:\Users\user_name> docker exec -it ejabberd bin/ejabberdapi register --endpoint=http://127.0.0.1:5280/ --jid=admin@localhost --password=passw0rd

to create an admin user, it shows the following error

ejabberdapi: error: user registration error for admin@localhost: Error 99: invalid character '<' looking for beginning of value

Upvotes: 0

Views: 457

Answers (1)

Badlop
Badlop

Reputation: 4120

Does it work correctly using this method?

docker exec -it ejabberd bin/ejabberdctl register admin localhost passw0rd

Upvotes: 3

Related Questions