Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-07-14 18:59:36 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-07-14 18:59:36 +0300
commitb3ab0e4efb6c242cf39805fb8c94c3e6023d15ec (patch)
tree4f7c45846ff3f48010d3037809af207471799c05 /db/fixtures/production
parent1da6d42bca549265112aee4375b35181d39952f9 (diff)
Revert "Change default admin password from "5iveL!fe" to "password""
This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
Diffstat (limited to 'db/fixtures/production')
-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']