Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.models |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
EditAccountController.updatePassword(java.lang.String newPassword)
Updates the password of the logged in User.
|
Constructor and Description |
---|
User(java.lang.String userName,
java.lang.String password)
Creates a User, trimming the whitespace at the start and end of the user
name.
|