moving currentUser to AccountMgr

moving to stable:
Reshad Meher:
login
This commit is contained in:
2023-02-01 23:05:24 +01:00
parent 3643f44afb
commit d2df46eaa6
3 changed files with 21 additions and 15 deletions

View File

@@ -17,6 +17,8 @@ import java.util.List;
*/
public class AccountMgr {
static User currentUser = null;
/**
* creates a user with createUser(...) and adds its id to the 'worker' table
* @param worker the worker to be created