-
Notifications
You must be signed in to change notification settings - Fork 0
example
naomikorem edited this page Nov 20, 2022
·
1 revision
A guest can log in by providing the identifying information. After successful login process, the user is identified as a subscribed user.
guest user.
- The user is not logged in yet.
- The user is from a guest user
email, password.
the user is identified as a subscribed user.
- The user enters the required information .
- find the user's information in database.
- The user assigned to subscribed user.
- No user with the given user identifier exists.
- The user try to log in with a non existing user identifier or incorrect password.
- The system returns a matching error message to the user.