Skip to content
Snippets Groups Projects
Commit c86962e0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Change deafult admin email to example.com

parent 84b6163b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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",
Loading
Loading
admin = User.create(
email: "admin@local.host",
email: "admin@example.com",
name: "Administrator",
username: 'root',
password: "5iveL!fe",
Loading
Loading
@@ -18,7 +18,7 @@ if admin.valid?
puts %q[
Administrator account created:
 
login.........admin@local.host
login.........root
password......5iveL!fe
]
end
Loading
Loading
@@ -30,7 +30,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -38,7 +38,7 @@ Parameters:
"assignee": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -74,7 +74,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -82,7 +82,7 @@ Parameters:
"assignee": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -120,7 +120,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -128,7 +128,7 @@ Parameters:
"assignee": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -167,7 +167,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -175,7 +175,7 @@ Parameters:
"assignee": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -218,7 +218,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -226,7 +226,7 @@ Parameters:
"assignee": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -253,7 +253,7 @@ Parameters:
"author": {
"id": 1,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"blocked": false,
"created_at": "2012-04-29T08:46:00Z"
Loading
Loading
@@ -282,7 +282,7 @@ Parameters:
"author": {
"id": 11,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2014-03-06T08:17:35.000Z"
Loading
Loading
@@ -293,7 +293,7 @@ Parameters:
"author": {
"id": 11,
"username": "admin",
"email": "admin@local.host",
"email": "admin@example.com",
"name": "Administrator",
"state": "active",
"created_at": "2014-03-06T08:17:35.000Z"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment