Commit df3cacb5 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'sarnold-reset-root-password-initial-login' into 'master'

Ask for new password on initial login in dev

See merge request gitlab-org/gitlab!41631
parents 6d585a5f 5b8aea2c
......@@ -7,7 +7,8 @@ Gitlab::Seeder.quiet do
username: 'root',
password: '5iveL!fe',
admin: true,
confirmed_at: DateTime.now
confirmed_at: DateTime.now,
password_expires_at: DateTime.now
)
print '.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment