Hello i am using Quickblox API to chat in my application. But i have issue related password length.
I want to set minimum password length 5. By default its minimum lengt
Yes, min password length is 8.
If you need 5 - you can add 3 extra characters, for example
NSString *password = [NSString stringWithFormat:@"pwd%@", realUserPassword];