How can users update their password?
What's the best way to implement users updating their password?
I think what I want is an operation that received a password and updates the current user's password to that one. It's fine if it doesn't exist
I think what I want is an operation that received a password and updates the current user's password to that one. It's fine if it doesn't exist