Closed fabrik42 closed 7 years ago
Not sure why the CI check fails. This seems like an error that is unrelated to my changes?
Thanks for your help with this.
I think the CI check fail is related to how I'm setting up the test database. Unfortunately, it doesn't fail on my machine, so it's difficult to know for sure.
Hi there,
first of all thank you very much for this great lib! I really appreciate the work you put in here and it is fun to use!
I just faced some problems trying to implement the password reset feature with the generated controllers and templates. This is my approach for a solution.
PasswordResetController.new/2
function does not set a changeset, so I think the view should use the@conn
instead of@changeset
.form_for
function in theedit
template needs to have the method explicitly set, otherwise it will try to send aPOST
request.Please let me know what you think.
Best, Christian