You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/signing_up_and_signing_in.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ Creates a new user account.
62
62
*`{"13": "Email cannot be empty"}`
63
63
*`{"21": "Username is already in use"}`
64
64
*`{"22": "Email is already in use"}`
65
+
*`{"31": ["This password is too short. It must contain at least 8 characters.", "This password is too common.", "This password is entirely numeric."]}`
65
66
***Sample Call:**
66
67
67
68
`$ curl -L -X POST http://127.0.0.1:8001/api/v1/auth/signup/ -d "username=some.user&password=secret&[email protected]"`
0 commit comments