Sulu cms show snippets to particular webspace only - symfony

In sulu cms I have multiple web spaces (Means multi domain website, I am managing from single admin panel).
So multi domain website.
For each website I have different user login.
So one user should not see all snippets. User can create snippet webspace (per domain) wise.
For media:
Same user can only see media of his web space only. He should not see media of other webspace. So what should I do?

Sulu does currently not support any advanced permission management on the website. The permissions you set in the Administration UI are only taken into account for the Administration UI. You can easily built a login on the website on your own or try to use our SuluCommunityBundle, but you probably have to build the permission on the website on your own.

Related

Admin access to entire Wordpress site with plugin and is it safe?

I see that third party Wordpress dashboard tools like ManageWP or InfiniteWP have access to entire Wordpress site by installing theirs plugin on that site.
This way they have admin access to my Wordpress site so they can update plugins, do site backup etc.
How this is possible and is it safe?
As far as my knowledge says, ManageWP has two methods of getting admin access to the wordpress site.
Installing a Worker Plugin
Saving Admin username and password
Once they get the admin access, they view the wordpress dashboard in an iframe inside of the ManageWP panel. The rest of the controls happen via third party plugins installed by the ManageWP.
Coming to your next question about if it is safe, As per this link,
We take security very seriously. We had no security-related incidents in our history (and we’ve been around since 2010).
Their serves run over AWS Infra, so we can be sure that they have a solid server security, but I would still recommend not to host any sensitive data over a website which could control your wordpress site completely via admin panel.

Wordpress multi user

I have a site where I need to create users (apart from admin) and these users can login and exchange messages between them. They can also upload files that can be downloaded by other users.
So I am not sure if there is any plugin for this. also most important out of below two which is good option:
User can login from newly created login panel on "front end" and use messaging/file upload from front end developed functionality.
User uses admin panel login and after logging in see admin panel with some restriction, and here can perform messaging/file upload.
You can use a combination of WP-Filebase Download Manager plugin (allows users to upload files from the front-end) and Private Messages For WordPress
plugin.

How do I add a new user in a ScrewTurn wiki?

We have an internal development wiki setup that uses ScrewTurn, but I am struggling with the most basic of tasks which is to add new users or edit existing ones. This was setup by a former colleague that is no longer employed at the company and no one has any experience of the administration side of it.
Based on the information available this should be a very simple task, however the "Accounts" tab described and pictured in the previous link simply does not exist in the administration section of our wiki.
The tabs we have are Admin Home, User Groups, Wiki Pages, Categories, Snippets/Templates, Nav. Paths, Content Editing, System Log, Providers and Configuration.
We have 8 registered users, all set as administrators (confirmed in the front end and databased) and these are set granted as having full control.
So what am I missing? Can the "Accounts" section be hidden? Are we using a different version (the listed version is 3.0.5.600 which reports itself to be up to date)?
It looks simple enough to setup users in the database, but I'd like to be able to use the front end.
Select Administrators under User Groups and grant full control to your admins and uncheck unwanted restrictions under "Deny".
If you are cannot access the User Groups tab, try to login as super administrator to verify the permissions of your Administrators group.
To login as super administrator, add this to your web.config under <appSettings>:
<add key="MasterPassword" value="YourSecretPasswordHere" />
Then login with the user admin and the password you set.
And make sure to remove that setting after you sort things out.
The admin menu was probably modified. Try going directly to the page AdminUsers.aspx (so something like "http://yourwikidomain.com/AdminUsers.aspx").
To fix the menu, download the Screwturn install files from the web site (http://www.screwturn.eu/Download.ashx) and copy the "Admin.master" page to your site. You may want to compare them first to see what changes were made.

Any way to disable view restrictions being displayed to admins in django cms?

I'm trying to configure a very simple user in django cms and don't want to confuse them with view permissions. Is there a config setting to change this in 2.2?
Thanks
One possible way may be to drop your users is_superuser status and then grant them (within the Users admin page) any rights but no rights for ''cms:permissions''.

how to set roles to limit the access of pages in asp.net?

I am developing a asp.net web site, having folders student, admin..i both student and admin folder have registration and login page, i want to know how can i access limit of admin folder pages by any user. Basically i want that the admin folder registered ppl should have access to all the pages of student section if they can login using Id, Password...but i don't want any of student to access even the login page of admin section irrespective of even any student know URl for the admin login page, registration page(because i don't want him to register at all) also i want to know ho can i again sub divide the a few limits for the some other admin. Basically i want to set roles that admin can access all web site pages but student even cant access that admin folders pages and again some different kind of admin cant access a few pages from the same admin section page please elaborate me on this how can i achieve this ?
I would recommend looking at the Role Manager that is built into ASP.Net starting with version 2.0. Rather than attempting to explain all the details I am providing the following How To from MSDN that will show you How To: Use Role Manager in ASP.NET 2.0.
Once you start using it you can then come back and post some more specific questions if you have any problems.

Resources