Hide Forgot
(In reply to comment #0) > Currently if another session is running and a user tries to login then after > giving the password it says "Another session is running. Do you want to > forcefully login".If the user clicks yes and gives the wrong password then it > says invalid password.Now if the user types the right password then again it > says > "Another session is running. Do you want to forcefully login". That options > should always be there from the beginning when the user gives the password till > the end when he logs in if another session is running. Invalid. If the user wants to login again, UI will ask the password again, it is similar to confirm password. If the (confirm) password is NOT matched, user needs to continue from the begin. i.e, force full option was not succeeded, then UI will prompt again Another session exist info and force full login.
Currently if another session is running and a user tries to login then after giving the password it says "Another session is running. Do you want to forcefully login".If the user clicks yes and gives the wrong password then it says invalid password.Now if the user types the right password then again it says "Another session is running. Do you want to forcefully login". That options should always be there from the beginning when the user gives the password till the end when he logs in if another session is running.