rroemhild / docker-ejabberd

Dockerfile for Ejabberd server
MIT License
268 stars 160 forks source link

EJABBERD_REGISTER_ADMIN_ONLY option is true by default #195

Open shred opened 5 years ago

shred commented 5 years ago

This PR sets EJABBERD_REGISTER_ADMIN_ONLY to true by default. This means that in an unconfigured default installation, registering new users is restricted to the administrator.

It hopefully fixes issue #192. I am running this settings on my server for more than a week now, and had no unwanted new users since then.