You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
For example, in the current logic, something like
EUser u = userService.signUp(
user.getContent(),
UserService.EmailStatus.VERIFIED,
UserService.RegistrationPrivilege.SUPER_USER
);
the third and fourth arguments are always VERIFIED for the email status and SUPER_USER for registration privilege.
Describe the solution you'd like
This should be reworked when the security system is fully functional, and proper permissions have been placed properly for each system role.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For example, in the current logic, something like
the third and fourth arguments are always
VERIFIED
for the email status andSUPER_USER
for registration privilege.Describe the solution you'd like
This should be reworked when the security system is fully functional, and proper permissions have been placed properly for each system role.
The text was updated successfully, but these errors were encountered: