diff --git a/priv/repo/seeds.json b/priv/repo/seeds.json index 6d5e9b05..80c945ec 100644 --- a/priv/repo/seeds.json +++ b/priv/repo/seeds.json @@ -63,7 +63,7 @@ "users": [{ "name": "Administrator", "email": "admin@example.com", - "password": "philomena", + "password": "philomena123", "role": "admin" }], "rating_tags": [ diff --git a/priv/repo/seeds_development.json b/priv/repo/seeds_development.json index a99bac11..36311e3b 100644 --- a/priv/repo/seeds_development.json +++ b/priv/repo/seeds_development.json @@ -2,19 +2,19 @@ "users": [{ "name": "Hot Pocket Consumer", "email": "moderator@example.com", - "password": "philomena", + "password": "philomena123", "role": "moderator" }, { "name": "Hoping For a Promotion", "email": "assistant@example.com", - "password": "philomena", + "password": "philomena123", "role": "assistant" }, { "name": "Pleb", "email": "user@example.com", - "password": "philomena", + "password": "philomena123", "role": "user" } ],