You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: