Hello i am using Quickblox API to chat in my application. But i have issue related password length

大兔子大兔子 提交于 2019-12-02 06:40:55

问题


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:


Yes, min password length is 8.

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

NSString *password = [NSString stringWithFormat:@"pwd%@", realUserPassword];


来源:https://stackoverflow.com/questions/24673501/hello-i-am-using-quickblox-api-to-chat-in-my-application-but-i-have-issue-relat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!