Package | Description |
---|---|
be.ac.ulb.infof307.g02.controllers | |
be.ac.ulb.infof307.g02.database |
Modifier and Type | Method and Description |
---|---|
private void |
EditAccountController.updateUsername(java.lang.String newUserName)
Updates the user name in the database and in the session.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDB.addUser(User user)
Inserts a new entry in the database.
|
void |
UserDB.updateUserName(java.lang.String oldUserName,
java.lang.String newUserName)
Allows updating the profile in the database by giving a new user name to an
account.
|