Hello i am using Quickblox API to chat in my appli

2020-04-20 05:47发布

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 length is 8. Is it possible to set password length 5 with Quickblox in ios? And if possible then give me right solution.

1条回答
Deceive 欺骗
2楼-- · 2020-04-20 06:26

Yes, min password length is 8.

If you need 5 - you can add 3 extra characters, for example

NSString *password = [NSString stringWithFormat:@"pwd%@", realUserPassword];
查看更多
登录 后发表回答