random_wanderer
random_wanderer
AEAsh Elixir
Created by random_wanderer on 5/28/2023 in #support
The resource `Example.Accounts.User` does not define an attribute named `:unique_email`
Thanks! I will make the ticket 🙂
13 replies
AEAsh Elixir
Created by random_wanderer on 5/28/2023 in #support
The resource `Example.Accounts.User` does not define an attribute named `:unique_email`
Sorry, the formatting is a bit wonky, but sender is in the scope of resettable.
13 replies
AEAsh Elixir
Created by random_wanderer on 5/28/2023 in #support
The resource `Example.Accounts.User` does not define an attribute named `:unique_email`
Gotcha. strategies do password :password do identity_field(:unique_email) resettable do sender(Example.Accounts.User.Senders.SendPasswordResetEmail) end end end It's copied from the documentation as well.
13 replies
AEAsh Elixir
Created by random_wanderer on 5/28/2023 in #support
The resource `Example.Accounts.User` does not define an attribute named `:unique_email`
identities do identity :unique_email, [:email] end It's copy pasted from the instructions.
13 replies