Reset Admin Password
To reset the admin password, run the following commands using the Web terminal: sudo -u git bundle exec rails c -e production => user = User.where(id: 1).first =>…
Deploy GitLab as a fully managed service starting at €9/month. Get automated backups, SSL, updates, monitoring, and human support, all included.
DANIAN runs GitLab as a fully managed service: installation, updates, backups, monitoring and security are handled for you.
See the gitlab hosting page for plans, pricing and a free trial.
To reset the admin password, run the following commands using the Web terminal:
sudo -u git bundle exec rails c -e production
=> user = User.where(id: 1).first
=> user.password = 'NEW_PASS'
=> user.password_confirmation = 'NEW_PASS'
=> user.save
=> exit
Find more information about our company, platform, and services on our website.
Visit danian.co