buildUserTable($pDb) | pgsqlcommands | |
changeAdminPassword($pDb, $sAdminName, $sNewPw) | pgsqlcommands | |
changeUserInfo($pDb, $sUserID, $sFirstName, $sLastName, $sFieldOfStudy) | pgsqlcommands | |
changeUserPassword($pDb, $sUserEmail, $sNewPw) | pgsqlcommands | |
createNewUser($pDb, $sFirstName, $sLastName, $sFieldOfStudy, $sEmail, $sPw) | pgsqlcommands | |
createTrainingData($pDb, $sUserID, $sPw) | pgsqlcommands | |
deleteUser($pDb, $sUserID) | pgsqlcommands | |
getLoginData($pDb, $sUserName) | pgsqlcommands | |
getLoginDataById($pDb, $sUserID) | pgsqlcommands | |
resetAllUserDb($pDb) | pgsqlcommands | |
setLastLoginDate($pDb, $sUserName) | pgsqlcommands | |
showActualDataUserDB($pDb, $sUserID, $sPw) | pgsqlcommands | |