I need to draw a usecase that will expect the user to enter the phone number. But the user will be given 2 attempts to enter the phone number. If both 2 attempts fail, then he will be asked to sign in to the system. How can i draw the usecase for this system ?
What i want to show:
1.) I want to show that a user can only attempt 2 tries to enter the phone number
, If both attempts were wrong he will be asked to Login to the system
.