☑Kizspy.me
this "Invalid user or password".
0.5d
1.1.3. If the login credentials are valid but the account status is inactive (status attribute is
false), deny access and redirect to a standalone notification page instead of the
login page..
0.5d
3 of 3
Paper No: 1
Zoom
1.1.4. If the username and password are valid, and the account's status attribute is true,
grant access, initialize the session, store necessary account information for
upcoming features, and redirect to welcome.jsp page.....
1.2. Welcome
0.5d
1.2.1. After successful login, the user is redirected to welcome.jsp, where a welcome
message is displayed in the format: 'Welcome [fullName] !'. This message must also
be shown on all functional pages accessed after login.
0.5d
1.2.2. The links allow the user to choose to go to the Create user, Active members,
Inactive members page or log out of the system...
0.5d
1.3. Logout
1.3.1. Clear user session and associated post-login data.
+ 100%
0.5d
Close