Limiting number of profiles to only certain levels
Is it possible to limit the ability to have more one profile to only certain levels (e.g., Admin or moderators but not standard). If so, how to do that? tnx
-
-
·
LeonidS
- ·
Hello @Tajrebatee !
I guess, you may try to change the value of the option "Default member's level to assign after person's profile creation" in the Studio->Persons app.
-
·
LeonidS
-
- · Karina
- ·
It’s an enhancement on the next update: https://github.com/unaio/una/issues/3993
-
That makes sense. @Karina Budhrani thank you so much for the update.
-
I didn't understand that. Default member's level does not show how many profiles a person can have. Am I missing something?@LeonidS
-
You may assign a certain level for the users after the profile's creation. And then limit the number of the action "Create profile" for this level.
-
- · Tajrebatee
- ·
@LeonidS I tried to reset this. I limited "standard" level to only one profile (see image). However, when I logged in as a standard, I still see the option of "create new Profile" in the menu.
Any help?
-
- · Tajrebatee
- ·
@LeonidS Also, I noted that when I set the level as shown in the image, I never get any "success" confirmation, instead the "clock" keep spinning as shown in the image above. However, then I close by clicking "x" and then i found the finding saved. I suggest you guys check this feature before next release, as I believe it does not work!
-
This error usually means that the AJAX query hasn't been completed and needs to check the error log why.
-
The creation page will be unavailable but this point menu will be visible. BTW - if your plan is to limit 1 profile for the Standard members then you may hide this menu point for this level via Navigation part.
-
How to check the error log please?
also how to hide the menu point via Navigation part?
-
@LeonidS Also, if I hide create profile, will this not prevent people from creating their first profile as well, or there is a specific menu item for "an additional profile"? appreciate clarifying this. tnx
-
It's better to add the RAW block with the block visible for Standard only and with the following code:
.bx-menu-account-popup-profile-create {
display: none;
}
The error log usually is checked via the CPanel, in the Logs of Files manager areas. Just need to find this file and check the latest lines form there.