summaryrefslogtreecommitdiff
path: root/db/fixtures/development/01_admin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/fixtures/development/01_admin.rb')
-rw-r--r--db/fixtures/development/01_admin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/01_admin.rb b/db/fixtures/development/01_admin.rb
index b25d0dfc701..bba2fc4b186 100644
--- a/db/fixtures/development/01_admin.rb
+++ b/db/fixtures/development/01_admin.rb
@@ -5,7 +5,7 @@ Gitlab::Seeder.quiet do
s.email = 'admin@example.com'
s.notification_email = 'admin@example.com'
s.username = 'root'
- s.password = 'password'
+ s.password = '5iveL!fe'
s.admin = true
s.projects_limit = 100
s.confirmed_at = DateTime.now