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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
When creating a users with src user create, if a password is not provided, then an error is printed, but the user is created without a password anyway.
When creating a users with
src user create, if a password is not provided, then an error is printed, but the user is created without a password anyway.Repro:
Expected: the user should not be created if no password is specified.