Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to users yml file #1000

Merged
merged 9 commits into from
Dec 20, 2023
4 changes: 2 additions & 2 deletions db/seeds/users.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
[email protected]:
password: <%= ENV.fetch('USER_PASSWORD', 'Str0ngPa$$word') %>
password: <%= ENV.fetch('USER_PASSWORD', 'Str0ngPa$$word12') %>
peterdavidhamilton marked this conversation as resolved.
Show resolved Hide resolved
terms_and_conditions_agreed_at: <%= 1.minute.ago %>

[email protected]:
Expand All @@ -9,7 +9,7 @@ [email protected]:
confirmed_at: <%= 1.minute.ago %>

[email protected]:
password: <%= ENV.fetch('USER_PASSWORD', 'Str0ngPa$$w0rd') %>
password: <%= ENV.fetch('USER_PASSWORD', 'Str0ngPa$$w0rd12') %>
terms_and_conditions_agreed_at: <%= 1.minute.ago %>
confirmed_at: <%= 1.minute.ago %>
first_name: Demo
Expand Down