when the user changes his password his account still logged in another browser. If someone hacked my password there is no way to protect the account from hackers.There should be a option to log out of all sessions.
It should work for you now.Replace the 232 no line of qa-include/pages/account.php with the code.
if (qa_is_logged_in()) { qa_set_logged_in_user(null); } // remove the session for the user.
if (qa_is_logged_in()) {
qa_set_logged_in_user(null);
} // remove the session for the user.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.