Currently when i am registering a new user to Quickblox Server Then i am getting this below error
"password is too short (minimum is 8 characters)"
Is there any property where i can set the minimum Password limit?
Or in Quickblox Web admin settings i can set any property.
Actually i want to set minimum password limit to 7. But from quickblox the password limit is 8.
I have tried researching regarding it but could not find anything.
From igor-khomenko's Answer
hello-i-am-using-quickblox-api-to-chat-in-my-application-but-i-have-issue-relat
Actually by default , min password length is 8.
If you need 5 - you can add 3 extra characters, for example
NSString *password = [NSString stringWithFormat:@"pwd%@", realUserPassword];