QuickBlox / quickblox-android-sdk

QuickBlox Android SDK includes code snippets with main use cases and framework JAR library.
BSD 3-Clause "New" or "Revised" License
417 stars 697 forks source link

Error while creating user with Server API #776

Closed Sitxovi4 closed 2 years ago

Sitxovi4 commented 2 years ago

I'm trying to create user through server api request (POST https://api.quickblox.com/users.json) I get 422 Unprocessable Entity error with response body as {"errors":{"password":["should contain alphanumeric and punctuation characters only","is too short (minimum is 8 characters)"]}}, even if the password is correct (f.e. qwerty12345- more than 8 characters and doesn't contain wrong symbols)

Do you have any idea what can be cause of this problem?