When a user changes their password their flask-security session is deleted but they're still logged into the UI. Make the UI automatically log them out when they successfully change their password. Show the user a message that they will be logged out.
When a user changes their password their flask-security session is deleted but they're still logged into the UI. Make the UI automatically log them out when they successfully change their password. Show the user a message that they will be logged out.