def test_04_reset_password():
    '''
        change the password back to the "usual" one
    '''
    RHUIManager.screen(RHUA, "users")
    RHUIManager.change_user_password(RHUA)
def test_02_change_password():
    '''
        change the password (will log the user out automatically)
    '''
    RHUIManager.screen(RHUA, "users")
    RHUIManager.change_user_password(RHUA, password="******")