summaryrefslogtreecommitdiff
path: root/db/fixtures/production/001_admin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/production/001_admin.rb')
-rw-r--r--db/fixtures/production/001_admin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/production/001_admin.rb b/db/fixtures/production/001_admin.rb
index 1af8dfc0ef0..1c8740f6ba9 100644
--- a/db/fixtures/production/001_admin.rb
+++ b/db/fixtures/production/001_admin.rb
@@ -1,5 +1,5 @@
if ENV['GITLAB_ROOT_PASSWORD'].blank?
- password = 'password'
+ password = '5iveL!fe'
expire_time = Time.now
else
password = ENV['GITLAB_ROOT_PASSWORD']