Class ResetPasswordController
java.lang.Object
edu.ntnu.idatt1002.g106.handballapp.finalprod.controller.ResetPasswordController
- All Implemented Interfaces:
javafx.fxml.Initializable
this class will be used to reset a password in future development
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) voidtoLoginPage(javafx.event.ActionEvent event) this takes the user to log in page
-
Constructor Details
-
ResetPasswordController
public ResetPasswordController()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavafx.fxml.Initializable- Parameters:
url-resourceBundle-
-
toLoginPage
this takes the user to log in page- Parameters:
event- any event- Throws:
IOException- when path not found
-