Class ForgetUserID

java.lang.Object
main.boundary.account.ForgetUserID

public class ForgetUserID extends Object
This class provides a user interface (UI) for retrieving the UserID associated with a given username in case the user forgot it.
  • Constructor Details

    • ForgetUserID

      public ForgetUserID()
  • Method Details

    • forgotUserID

      public static void forgotUserID() throws PageBackException
      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.