locomotivecms / engine

A platform to create, publish and edit sites
http://www.locomotivecms.com
Other
2.32k stars 625 forks source link

Change password for logged-in user #1375

Open dcoleman-lulzbot opened 3 years ago

dcoleman-lulzbot commented 3 years ago

Most websites allow a logged-in user to change their password by confirming the current password then entering a new one, without resetting the password from an email. However, this is not a feature that is listed in the authentication documentation. Is this currently possible in Locomotive?

greyskin commented 2 years ago

I haven't tried this (yet - it's on my to-do list), but I believe you can create an "Update Details" form which references the account/user content_type. This would in theory allow the user to update their password.

I will post here again if/when I implement this.