summaryrefslogtreecommitdiff
path: root/db/fixtures/development
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-19 14:27:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-19 14:27:01 +0300
commitc86962e098f1fa6b5f5a616d29e3adac118ff436 (patch)
tree2802fa977e417e09e7d1100611e706ee9e26ea2c /db/fixtures/development
parent84b6163b794c101370c1713a68cb24c6b586c2d5 (diff)
downloadgitlab-ce-c86962e098f1fa6b5f5a616d29e3adac118ff436.tar.gz
Change deafult admin email to example.com
Diffstat (limited to 'db/fixtures/development')
-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 42d18435340..176845fd8a8 100644
--- a/db/fixtures/development/01_admin.rb
+++ b/db/fixtures/development/01_admin.rb
@@ -2,7 +2,7 @@ User.seed(:id, [
{
id: 1,
name: "Administrator",
- email: "admin@local.host",
+ email: "admin@example.com",
username: 'root',
password: "5iveL!fe",
password_confirmation: "5iveL!fe",