Max/Backend/ReturnUserPasswordIssue #137

Merged
Maxime merged 17 commits from Max/Backend/ReturnUserPasswordIssue into master 2024-03-17 21:36:54 +01:00
Showing only changes of commit 37f8a3ac4e - Show all commits

View File

@ -54,8 +54,6 @@ public class ApplicationsController {
// if authed
authorizedApps.add(Applications.Profile);
Role posterRole = user.getRole();
if (!authServ.isNotIn(new Role[]{Role.Teacher,Role.Student,Role.Admin},token)) {

note used anymore

note used anymore
authorizedApps.add(Applications.Msg);
authorizedApps.add(Applications.Forum);