Elxis CMS Forum

Support => General => Topic started by: perseas on February 22, 2021, 11:30:13

Title: SOLVED : Prevent other users from displaying profiles
Post by: perseas on February 22, 2021, 11:30:13
If a registered member  change the number in the url can see the profiles of other registered members.

https://www.mysite.gr/user/members/3591.html

How can viewing the profiles of other members be prevented ?
Title: Re: Prevent other users from displaying profiles
Post by: datahell on February 24, 2021, 23:04:49
You can change this by changing user's access.

Elxis administration > Users > Access manager
Click on top green "Search options" button. Select category "com_user" and click "Search".

Find the item with element = "Profile" and action = "View"
Check it and click "Edit"
Change "Access value" from "2" to "1". Click "Save".
Now the user can see only his own profile.

You can also hide the "Members list" if you want. In this case just make the "Minimum level" to something higher than "2". 2 means standard users, 30 are "Authors", 100 are administrators, etc.
Title: Re: SOLVED : Prevent other users from displaying profiles
Post by: perseas on February 25, 2021, 11:11:53
wow nice. It's working. Thanks, datahell