-
Notifications
You must be signed in to change notification settings - Fork 0
Use Case 1 : User to User Relation
KT edited this page Jun 25, 2018
·
8 revisions
User registers as 'Recruiter'
- Click
Sign Upon homepage nav bar - Register with
RoleasRecruiter - Add email while registering
- Click
Loginon nav bar - Try to login with the recruiter that you just registered.
- Login is unsuccessful.
Registering as a recruiter automatically generates a verification request with the admin.
Before admin verifies a recruiter, the recruiter cannot log in to the portal.
User logs in as admin
- Click
Loginon homepage nav bar - Login with username and password as
adminandadmin - You are redirected to the
Adminpage, which lists allRecruiterswith pending verification requests - Click the
Approvebutton to verify a recruiter(greg). - This removes that particular recruiter('greg') from the
Pending Recruiter List - Click
Logouton navbar to logout from admin session - You can now login to check whether that recruiter(
greg) is granted access to the portal.
User logs in as recruiter (
greg)
- Click
Loginon nav bar - Login with username and password as
gregandgreg - You are logged in and redirected to recruiter
Profilepage, where you can update basic profile info.
As admin approved the verification request for this recruiter, this recruiter was able to log in and access the portal.
User logs in as admin
- Click
Loginon homepage nav bar - Login with username and password as
adminandadmin - You are redirected to the
Adminpage, which lists allRecruiterswith pending verification requests - Click the
Rejectbutton to verify a recruiter ( e.g.han). - This removes that particular recruiter('han') from the
Pending Recruiter Listand also deletes that recruiter. - Click
Logouton navbar to logout from admin session - You can now login to check whether that recruiter(
han) can login or not.
User logs in as recruiter (
han)
- Click
Loginon nav bar - Login with username and password as
hanandhan - Login is unsuccessful as the recruiter(
han) has been deleted.
As admin rejected the verification request for han, the user wasn't able to login with these credentials.