Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor profile updates to handle password change on client with Accounts.changePassword() #17

Closed
aferreol opened this issue Jul 12, 2017 · 1 comment
Assignees
Labels

Comments

@aferreol
Copy link

aferreol commented Jul 12, 2017

Just saw that the current password retrieved from the form is never used in the profile page. (to modify your password)

Would be interesting to send the hashed password to check it in the meteor call, instead of just overriding it with the new one.

@cleverbeagle
Copy link
Owner

@zeiitoun good catch! The password step should probably be moved to the client so we can leverage this method: https://docs.meteor.com/api/passwords.html#Accounts-changePassword.

@cleverbeagle cleverbeagle self-assigned this Jul 12, 2017
@cleverbeagle cleverbeagle changed the title Current password never checked in profile Refactor profile updates to handle password change on client with Accounts.changePassword() Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants