Fix dev fixture for admin

This commit is contained in:
Dmitriy Zaporozhets 2015-02-17 00:23:09 -08:00
parent 3df135a66c
commit 2c893cb380
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Gitlab::Seeder.quiet do
s.id = 1
s.name = 'Administrator'
s.email = 'admin@example.com'
s.notification_email = 'admin@example.com'
s.username = 'root'
s.password = '5iveL!fe'
s.admin = true