Dear all,
I am trying to do in-band registration in ejabberd server. My error at the client side is "code=403"
I also checked server side log. It says "did not authenticate". Can you please let me know what I am doing wrong?
The setup in ejabberd.yml is
##accesss section
access
.
.
.
##To disable in-band registration, replace 'allow' with 'deny'
register:
all: allow
##only allow to register from localhost
trusted_network:
loopback:allow
##mod_register section
#Only clients in the server machine can register accounts
ip_access: trusted_network
access: deny
You config snippet is not
You config snippet is not properly indented so it is hard to follow what you actually set up.
Hi dillonhd, I am facing same
Hi dillonhd,
I am facing same issue in inband registration . Can you please suggest me something if you got any solution.
Hi, I am also facing issues
Hi,
I am also facing issues in in band registration. Can someone please suggest steps or solution .. Plzzzz
Any ideas? Have the same
Any ideas? Have the same problem
From what I understand, it
From what I understand, it was a configuration file indentation issue, but we never heard back from the user to confirm this.