Package main.boundary.account
Class ForgetUserID
java.lang.Object
main.boundary.account.ForgetUserID
This class provides a user interface (UI) for retrieving the UserID associated with a given username in case the user forgot it.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Displays a list of UserIDs associated with the given username and their corresponding user domains.
-
Constructor Details
-
ForgetUserID
public ForgetUserID()
-
-
Method Details
-
forgotUserID
Displays a list of UserIDs associated with the given username and their corresponding user domains.- Throws:
PageBackException
- if the user chooses to go back to the previous page.
-