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

User should logged out from app in other device when he reset password from any of his device #112

Open
nirmal25990 opened this issue Feb 23, 2017 · 0 comments

Comments

@nirmal25990
Copy link

nirmal25990 commented Feb 23, 2017

What I want to do is logged out from other device of same user(account) when he/she change password from any of his device. Astroid doesn't provide change/reset password service so I have made reset password service in app which called Accounts.sendResetPasswordEmail() method in server side which will sent a reset password email to email id and user can reset password by click on link. By clicking on link user can add new password data and submit which will internally called Accounts.resetPassword(). On success result of that method it called Meteor.logoutOtherClients().

Still app in other device working fine. When user logged out from app. He need to add new reseted password to login again. But I want to do is user should be logged out form other device when he change password from any device.

Let me know if there is other better way to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant