martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
405 stars 23 forks source link

Add update password page for authentication app #138

Closed treagod closed 8 months ago

treagod commented 8 months ago

Adds a handler, schema and template to update the current user's password. These files are generated for a newly built application with the --with-auth option and for an existing project with marten gen auth.

Closes #112

treagod commented 8 months ago

There is a lot of "duplicated" templates here :D would be a good clean up task IMO

ellmetha commented 8 months ago

There is a lot of "duplicated" templates here :D would be a good clean up task IMO

Hey! Yes, I am aware of it and this is on my list of things to do before the 0.4 release. 🙂

treagod commented 8 months ago

Sorry for the long wait. I hope everything is fixed now