Inactive members page or log out of the system...
0.5d
☑Kizspy.me
1.3. Logout
1.3.1. Clear user session and associated post-login data.
0.5d
1.3.2. Redirect the user back to the login.jsp page in a non-logged-in state.
0.5d
2. User Account Creation
..[3.0d]
2.1. If a field is defined as NOT NULL in the database, input is mandatory and an error must be
raised if the user leaves it empty.
1.0d
2.2. For fields defined as primary keys, validate and notify if the new data duplicates existing
records in the database....
1.0d
Zoom
2.3. If the information is valid, the new account is saved to the database with a default status
of false and automatically redirected to the interface displaying the list of inactive
accounts.
1.0d
3. Activate and Suspense account
[3.0d]
3.1. Create "Active accounts" page that displays the list of currently authorized user accounts
(i.e., accounts allowed to log in and operate within the system), with "Block" buttons
enabling users to toggle the status of each account to false, thereby disabling login
access (Exclude the currently logged-in account from the displayed list.)
1.0d
3.2. Only users with administrator privileges can click (or view) the "Block" button to change
the corresponding account status to false (block the user)...
0.5d
3.3. After clicking the "Block" button, the corresponding account status will be set to false
and it will no longer appear in the "Active Accounts" list.
0.5d
3.4. Create an "InactiveAccounts" page to display unactivated accounts, with an "Activate"
button on each row for logged-in admins to activate the accounts.
+ 100%
0.5d
Close