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
On GNS3 v3.0.2 I attempted to add a new user. The user's password was 7 characters, so the password box on the form did not show an issue. User add failed.
Logs indicate that the validation on the backend do not match what is displayed to the user.
ERROR server.py:208 Request validation error in /v3/access/users (POST): [{'type': 'too_short', 'loc': ('body', 'password'), 'msg': 'Value should have at least 8 items after validation, not 7', 'input': 'test123', 'ctx': {'field_type': 'Value', 'min_length': 8, 'actual_length': 7}}]
The text was updated successfully, but these errors were encountered:
On GNS3 v3.0.2 I attempted to add a new user. The user's password was 7 characters, so the password box on the form did not show an issue. User add failed.
Logs indicate that the validation on the backend do not match what is displayed to the user.
The text was updated successfully, but these errors were encountered: