create :seed do
accept [
:email,
:username,
:first_name,
:last_name,
]
argument :password, :string do
allow_nil? false
sensitive? true
end
change AshAuthentication.Strategy.Password.HashPasswordChange
end
create :seed do
accept [
:email,
:username,
:first_name,
:last_name,
]
argument :password, :string do
allow_nil? false
sensitive? true
end
change AshAuthentication.Strategy.Password.HashPasswordChange
end