To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
How to change minimum password length from 6 characters to 12?
I am not aware of any limit in the password length. With default configuration, I can register a new account setting a three character password.
would you like to show me your stanza for change password ?
This works for me to change the password of my current account:
<iq type='set' to='localhost'> <query xmlns='jabber:iq:register'> <username>user1</username> <password>mynewpassword</password> <registered/> </query></iq>
I am not aware of any limit
I am not aware of any limit in the password length. With default configuration, I can register a new account setting a three character password.
would you like to show me
would you like to show me your stanza for change password ?
ankitdoshi2016 wrote: would
would you like to show me your stanza for change password ?
This works for me to change the password of my current account:
<iq type='set' to='localhost'>
<query xmlns='jabber:iq:register'>
<username>user1</username>
<password>mynewpassword</password>
<registered/>
</query>
</iq>