From f86df6fdcb70d476d00e32e61246d34470ea4ff9 Mon Sep 17 00:00:00 2001 From: Luna D Date: Thu, 30 Sep 2021 16:58:45 +0200 Subject: [PATCH] simpler seeded user password --- priv/repo/seeds.json | 6 +++--- priv/repo/seeds_development.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/priv/repo/seeds.json b/priv/repo/seeds.json index a98e4602..6d5e9b05 100644 --- a/priv/repo/seeds.json +++ b/priv/repo/seeds.json @@ -24,9 +24,9 @@ "access_level": "normal" }, { - "name": "Episode Discussion", + "name": "Shows and Movies", "short_name": "pony", - "description": "Discuss the show, characters, and theories", + "description": "Discuss TV shows and movies, as well as their characters and theories.", "access_level": "normal" }, { @@ -63,7 +63,7 @@ "users": [{ "name": "Administrator", "email": "admin@example.com", - "password": "trixieisbestpony", + "password": "philomena", "role": "admin" }], "rating_tags": [ diff --git a/priv/repo/seeds_development.json b/priv/repo/seeds_development.json index 5522e50d..a99bac11 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": "willdeleteglimmerposts4hotpockets", + "password": "philomena", "role": "moderator" }, { "name": "Hoping For a Promotion", "email": "assistant@example.com", - "password": "hotpocketfetchingass", + "password": "philomena", "role": "assistant" }, { "name": "Pleb", "email": "user@example.com", - "password": "glimmerpostingplebeian", + "password": "philomena", "role": "user" } ],