gitlab-rails console -e production
user = User.where(id: 1).first
or
user = User.find_by(email: ‘admin@example.com’)
user.save

Just another WordPress site
gitlab-rails console -e production
user = User.where(id: 1).first
or
user = User.find_by(email: ‘admin@example.com’)
user.save