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
* {"name"="username", "dataType"="string", "required"=true, "description"="Username should be 3-16 characters long with any lowercase letter (a-z), number (0-9), an underscore, or a hyphen"},
170
-
* {"name"="password", "dataType"="string", "required"=true, "description"="Password should be 8-15 characters long and must contain alphanumeric and @*# characters"},
170
+
* {"name"="password", "dataType"="string", "required"=true, "description"="Password 6-20 characters, at least 1 Uppercase, 1 Lowercase, 1 Number and 1 Special Character"},
* {"name"="password", "dataType"="string", "required"=true, "description"="Password should be 8-15 characters long and must contain alphanumeric and @*# characters"},
239
+
* {"name"="password", "dataType"="string", "required"=true, "description"="Password 6-20 characters, at least 1 Uppercase, 1 Lowercase, 1 Number and 1 Special Character"},
240
240
* {"name"="_locale", "dataType"="string", "required"=false, "description"="User locale. Will default to en"}
0 commit comments