Description
Update user profile of amber auth don't work.
Steps to Reproduce
- Create a new amber project with sqlite
- Create amber auth using
amber g auth User
- Create and migrate the database.
- I use both seed the db or register a new user.
Expected behavior:
Expect to edit the user email
Actual behavior:
Doesn't edited the user
Reproduces how often:
Always
Versions
I am using latest versions of both Crystal and Amberframework
Additional Information
when i change the form method in the src/views/user/edit.ecr from patch to post it works. Put and patch don't work.
P.S It would be nice to be able to edit password too.
Thank you
Description
Update user profile of amber auth don't work.
Steps to Reproduce
amber g auth UserExpected behavior:
Expect to edit the user email
Actual behavior:
Doesn't edited the user
Reproduces how often:
Always
Versions
I am using latest versions of both Crystal and Amberframework
Additional Information
when i change the form method in the src/views/user/edit.ecr from patch to post it works. Put and patch don't work.
P.S It would be nice to be able to edit password too.
Thank you