Console now quits upon a user changing their own password, rather than having a user be left in a session with invalid credentials (which they will only discover on running subsequent commands).
Fixes: #200
What are the changes implemented in this PR?
We've added checks to determine whether password sets and updates were successful, and if so, prompt the user to log in again before quitting.
What is the goal of this PR?
Console now quits upon a user changing their own password, rather than having a user be left in a session with invalid credentials (which they will only discover on running subsequent commands).
Fixes: #200
What are the changes implemented in this PR?
We've added checks to determine whether password sets and updates were successful, and if so, prompt the user to log in again before quitting.