Accounts.confirm_user_email/1 doesn't exist - the module only has confirm_user/1 which requires a token. For seeding, we can directly set confirmed_at timestamp using Ecto.Changeset.change/2. |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeds.exs | ||
| seeds_e2e.exs | ||
| structure.sql | ||
Accounts.confirm_user_email/1 doesn't exist - the module only has confirm_user/1 which requires a token. For seeding, we can directly set confirmed_at timestamp using Ecto.Changeset.change/2. |
||
|---|---|---|
| .. | ||
| migrations | ||
| seeds.exs | ||
| seeds_e2e.exs | ||
| structure.sql | ||