Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reset gitlab user password via UI

Tags:

gitlab

How to reset GitLab user password of a normal user via UI ? (Via command line it is possible using rake) We are using an on-premise GitLab community edition

like image 453
geo Avatar asked Apr 15 '26 06:04

geo


1 Answers

To change/reset your own GitLab user password: see change your password

As a GitLab administrator, to (re)set another user's password in the UI:

  1. Navigate to Admin Area -> Users
  2. Locate the user whose password you want to reset
  3. Click "edit"
  4. Enter new password (and again in confirmation field)
  5. Click "save"

As you mentioned, you can also use a rake task or rails console.

like image 194
sytech Avatar answered Apr 24 '26 17:04

sytech