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
<?xml version="1.0" encoding="UTF-8"?>
<ocs>
<meta>
<status>error</status>
<statuscode>400</statuscode>
<message>At least 8 characters are required
at least 1 uppercase letters are required
at least 1 numbers are required
at least 1 special characters are required !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</message>
</meta>
</ocs>
Error in <message> should be printed directly. It seems we are translating the error to other internal string.
The text was updated successfully, but these errors were encountered:
This would be kind of complicated since the content of the HTTP response's body is in JSON and we just parse XML now, it would imply changes in the core of network calls handling logic.
Closing this, working on password policy directly with capabilities:
no matter if oC10 or oCIS, when password policy enabled (by default in oCIS 5.0.0+)
Steps to reproduce
Actual behaviour
It was not posible to share this file or folder because wrong username or password
.Expected behaviour
Server should return 403 (now oCIS returns 400) in the following response:
Error in
<message>
should be printed directly. It seems we are translating the error to other internal string.The text was updated successfully, but these errors were encountered: