Minimum password length

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

ankitdoshi2016 wrote:

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>
Syndicate content