ash_authentication
ash_authentication copied to clipboard
Update documentation for HashPasswordChange
When referencing how to make a manual password change, I felt the included documentation could use some sprucing up.
Changes include:
-
Ash.Changeset.new/2seems to be gone - Setting the context via
set_contextdidn't work as expected when handed toHashPasswordChange.change. It kept resulting inBadMapError - Providing explicit direction how to set an argument within the
updateResource DSL
It's very possible my first chunk of code isn't idiomatic, but it did work. Happy to receive adjusting feedback there!