Copying authorization and groups in hybris - e-commerce

Dears,
Kindly help me on below queries
How to copy standard permission group to custom permission group in back office?
while new user login, initial dialog box not appearing in backoffice?
How to download and upload user permission groups in backoffice ?
Thank You,
Venkatesh

There is no OOTB function for copying authorizations. Maybe you can use export / import function in backoffice if your version is newer. Also you can use impex engine for export and import.
I didn't see any initial dialog box in backoffice. May be you try to asking perspective selection box. User need exact roles for multiple perspective selection box.

Related

I can't edit permissions in Matomo for a new user

As a Super User, I have created a new user by clicking the "Add a new user" button. After that, I will edit the permissions for this user (user alum) but I can't with the dropdown.
I have tried with the "user edit form" > Permissions but I can't see the website.
What do you suggest?
Thanks
In your second screenshot, you have set the filter to only show you websites where the user has at least view access. Change this dropdown to view all websites in this list.
After updating the PHP version from 7.0 to 7.1, the problem has been solved.

List of denied item for a specific user

Is there the possibility to find for which items a specific user has access denied? Not from code, but directly from Sitecore.
Thanks.
Salut Marius,
using AccessViewer Application inside Sitecore you can select a user and view access rights.
Please see below picture
There is no such report out of the box. If code is not an option, you can try using the standard Access Viewer application: Login Desktop mode >Security Tools > Access Viewer
But you'll need to manually navigate through all tree nodes to see all item access rights.
See docs here.

How to change Pentaho after login page

After login to Pentaho BI server as a user, the Pentaho shows a default page.
I need to redesign that page to match look at feel of a company website. What files do I need to edit and how to give links from that page to dashboards in Pentaho?
Instead of redesigning the Pentaho screens create a "central dashboard" with links to all of your "sub-dashboards". This central place can be created as an another Pentaho CDE dashboard and you can make it look and feel as company website, because you can attach any HTML, CSS, JavaScript code and image files to the dashboard. You don't need to use any component (chart, etc.) or datasource. Just edit the layout of the dashboard.
So, the central dashboard will be accessible on e.g.:
http://localhost:8080/pentaho/api/repos/:home:CentralDashboard.wcdf/generatedContent
When a user navigates to the above URL (he did not used Pentaho Login Screen to log in = http://localhost:8080/pentaho/Home), he is prompted to log in by a dialog. He fills the dialog, logs in and see the central dashboard. So provide the user only a link to central dashboard instead of Pentaho Login Screen.
When you create a central dashboard you need to have a links to your sub-dashboards. To get the links navigate through the Browse Files in Pentaho to a particular dashboard, click on CDE file of the dashboard and choose Open in a new window to open the dashboard. This opens the dashboard in a new browser window. So you can copy the URL of it and then paste this link to the central dashboard.
This way users do not need to use the Pentaho Login screen but they directly access the central dashboard page where they choose concrete sub-dashboard they want to work with.
Similar to the example above, but I wouldnt necessarily re-implement the login process (as you could well introduce security flaws etc). I would instead use CST - Community Startup Tabs - that does exactly what you're asking for.
Details here: http://www.webdetails.pt/ctools/cst/
I don't know what's the version of Pentaho BI server you are using.
In my case with Pentaho 5.3
If you want to change the login page, just modify the jsp file under biserver-ce/tomcat/webapps/pentaho/jsp/PUCLogin.jsp
If you want to change the home page after login, just modify this jsp file biserver-ce/tomcat/webapps/pentaho/mantle/Mantle.jsp
The default page bi server is showing is located in:
biserver-ce/tomcat/webapps/pentaho/mantle/home/content/welcome/index.html.
You can modify it as your needs.

Giving permissions for activate later to content-authors role

I have a CQ 5.6.1 instance with the default out of the box setup for users and groups. The "Activate Later" button is not accessible to users in the content-authors group however "Activate" button works fine and kicks off the activation workflow. How can I give that group permissions to use activate later and fire off the Scheduled Activation Workflow?
I've checked and in my case the Activate Later button is accessible for a newly created user who is a member of content-authors group.
Looking into the code (libs/wcm/core/content/siteadmin/actions) these are possible causes of the disabled functionality:
lack of replicate privilege
page is locked
no page has been selected in grid
The latter two are common for Activate and Activate Later yet the replicate privilege is surprisingly checked for Activate Later functionality only.
Please make sure you have proper ACLs on the page. You can easily use CRXDE or CRX Explorer tools to validate the effective permissions.

Disable Export feature in OpenERP 7

I need to disable the feature to export partners to CSV or XLS in OpenERP 7.
As I read, this can be done by changing permissions to ir.export.linea and ir.export for a group of users. But what happens is that by giving the 'Export' button actually opens the alert window saying that user don't have permission, but if the user closes this alert, behind is the fully accessible and functional export window!
Any way to disable or hide the menu 'export'?
Thank you.
You could tweak the css to hide it - bit of a hack, but its the simplest solution.
In version 7 you can easily stop the export functionality of OpenERP. Just go to Settings - Configuration - General Settings and uncheck the Allow users to import data from CSV files