-
- Downloads
Add support for creating random passwords in user creation API
To avoid having to specify an actual password to create users, admins can now use the `force_random_password` parameter to let Devise generate a password. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63826
Showing
- changelogs/unreleased/sh-add-force-random-password-user-api.yml 5 additions, 0 deletions...logs/unreleased/sh-add-force-random-password-user-api.yml
- doc/api/users.md 32 additions, 24 deletionsdoc/api/users.md
- lib/api/users.rb 1 addition, 0 deletionslib/api/users.rb
- spec/requests/api/users_spec.rb 13 additions, 6 deletionsspec/requests/api/users_spec.rb
Please register or sign in to comment