Commit 91ab8570 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'change-admin-email' into 'master'

Change admin email

Related to #1446

See merge request !979
parents d8af5259 c86962e0
...@@ -2,7 +2,7 @@ User.seed(:id, [ ...@@ -2,7 +2,7 @@ User.seed(:id, [
{ {
id: 1, id: 1,
name: "Administrator", name: "Administrator",
email: "admin@local.host", email: "admin@example.com",
username: 'root', username: 'root',
password: "5iveL!fe", password: "5iveL!fe",
password_confirmation: "5iveL!fe", password_confirmation: "5iveL!fe",
......
admin = User.create( admin = User.create(
email: "admin@local.host", email: "admin@example.com",
name: "Administrator", name: "Administrator",
username: 'root', username: 'root',
password: "5iveL!fe", password: "5iveL!fe",
...@@ -18,7 +18,7 @@ if admin.valid? ...@@ -18,7 +18,7 @@ if admin.valid?
puts %q[ puts %q[
Administrator account created: Administrator account created:
login.........admin@local.host login.........root
password......5iveL!fe password......5iveL!fe
] ]
end end
...@@ -30,7 +30,7 @@ Parameters: ...@@ -30,7 +30,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -38,7 +38,7 @@ Parameters: ...@@ -38,7 +38,7 @@ Parameters:
"assignee": { "assignee": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -74,7 +74,7 @@ Parameters: ...@@ -74,7 +74,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -82,7 +82,7 @@ Parameters: ...@@ -82,7 +82,7 @@ Parameters:
"assignee": { "assignee": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -120,7 +120,7 @@ Parameters: ...@@ -120,7 +120,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -128,7 +128,7 @@ Parameters: ...@@ -128,7 +128,7 @@ Parameters:
"assignee": { "assignee": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -167,7 +167,7 @@ Parameters: ...@@ -167,7 +167,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -175,7 +175,7 @@ Parameters: ...@@ -175,7 +175,7 @@ Parameters:
"assignee": { "assignee": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -218,7 +218,7 @@ Parameters: ...@@ -218,7 +218,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -226,7 +226,7 @@ Parameters: ...@@ -226,7 +226,7 @@ Parameters:
"assignee": { "assignee": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -253,7 +253,7 @@ Parameters: ...@@ -253,7 +253,7 @@ Parameters:
"author": { "author": {
"id": 1, "id": 1,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"blocked": false, "blocked": false,
"created_at": "2012-04-29T08:46:00Z" "created_at": "2012-04-29T08:46:00Z"
...@@ -282,7 +282,7 @@ Parameters: ...@@ -282,7 +282,7 @@ Parameters:
"author": { "author": {
"id": 11, "id": 11,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2014-03-06T08:17:35.000Z" "created_at": "2014-03-06T08:17:35.000Z"
...@@ -293,7 +293,7 @@ Parameters: ...@@ -293,7 +293,7 @@ Parameters:
"author": { "author": {
"id": 11, "id": 11,
"username": "admin", "username": "admin",
"email": "admin@local.host", "email": "admin@example.com",
"name": "Administrator", "name": "Administrator",
"state": "active", "state": "active",
"created_at": "2014-03-06T08:17:35.000Z" "created_at": "2014-03-06T08:17:35.000Z"
......
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