Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all articles
Browse latest Browse all 782

Not able create configuration for admin to add users from any network

$
0
0

Hi Team,

I am using ejabberd 15.09. I want to allow admin to create new users from any network.
I am creating users programmatically using smack library
I tried various options but not able make it work. Below is my configuration

access:
    register:
        admin: allow
  trusted_network:
    all: allow


mod_register:
       ip_access: trusted_network
       access_from: register
       access: register

I feel above configuration should work, but I am not able to create an account.

Regards,
Ashwin


Viewing all articles
Browse latest Browse all 782

Trending Articles