Unable to modify Hybris B2B Login Page via smartedit - sap-commerce-cloud

We had a requirement to add create custom components and slots in login page for a B2B portal.
But currently we are facing two issues in it.
-If I try to add any component to the slots created in login page.I am unable to add the components in the newly created slots from smartedit. But if the same is added through impexes it works fine. Is there any restriction for login page slots in Hybris B2B accelerators due to secureportaladdon ?
-Also another issue that we face currently is, while editing the login page via smartedit while changing from draft to ready to sync mode ,the smartedit page is redirected to storefront url with the error refused to connect.
This issue is not encountered in case the user Is logged in and access any page.
-Also we have observed page level sync is not working in case of login page but it works fine for other pages.
Any reference or pointers to the above issue would be of great help.
We are currently using Hybris 2011 version in ccv2 environment. We have seperate instances for storefront,backoffice,hac and smartedit.

1st Issue can be addressed by writing UserAccessRightImpex.
$START_USERRIGHTS
Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm
UserGroup;cmsmanagergroup;cockpitgroup,employeegroup;;;;;;;
;;;;CustomLeftComponent;+;+;+;+;+;
;;;;CustomRightComponent;+;+;+;+;+;
;;;;CustomMiddleComponent;+;+;+;+;+;
;;;;CustomCMSProductSectionsContainer;+;+;+;+;+;
;;;;CUstomCMSProductSectionTabComponent;+;+;+;+;+;
$END_USERRIGHTS
In above Impex please check which usergroup is applicable for smartedit login.
User--> can have multiple usergroups

Related

shopware login not work so what is actual issuse?

I have setup shopware on a localhost server.
I have created a customer for login but when try to login with created customer no change in the page. It means only the login and register page show, Redirect to other pages are not working.
If I can try to open profile page or addresses page, page not opens only show login or register.
So What is the problem?? Additional setting required for login?
In the Top navigation account tab Login name show.
https://github.com/shopware/shopware/blob/5.4/engine/Shopware/Configs/Default.php#L207
You should check if this fits your server configuration and database or change it via config.php. Login issues are often caused by timezone differences between php and database.

Azure B2C Custom Register Page Validation Issue

I've followed the steps for UI customization referenced here:
I'm able to successfully register and login. The issue i'm experiencing is that the input:invalid css classes are being added to all registration page inputs when I access the SignUp policy directly resulting in all input fields to have an error state:
However, if I access the page by the SignInSignUp policy (i.e. clicking on register link on custom login page), this does not occur.
Here is the SignInSignUp Policy URL, and this is the SignUp Policy Url
Once they finally allow JavaScript, you can work around this.
I suspect the problem is related to this.

Maintain Liferay session depending upon session in another website

Two components
Liferay site
Another web-site on which we do not have any control
What we have
We would be using apache-httpcomponents to login to the website programmatically through Liferay and get the html page after login. Do some HTML parsing and display the page in liferay.
What we need to do (and this is were i need help or pointers)
So what we need to do is this :
User logs in to Liferay giving credentials
He will only be logged-in when the login is successful in the other website programatically.
Once login successful in that application, a session would be created in liferay.
Once the user is idle for a certain period and is logged-out of website it should log the user out from Liferay as well.
User base is the same in both the website and liferay but password in liferay are different and not same as those in the website.
Also is my approach correct when I am using Apache HttpComponents or is there any other way to do this?
Any help in this direction would help.
Thanks
Note: Cross-posted on Liferay Forums - Maintain Liferay session depending upon session in another website
I'm not sure which is your problem. Liferay log out users automatically when they stop interacting for a time.

SharePoint 2013 user profile service change homepage

I have a sharepoint 2013 farm that start and configure and sync user profile service on it successfully. now when each user browse site homepage first time, it shows a white page with 2 link that is go to site and change attribute, how could I disable this page?
I saw the same error when one of a user profile properties wasn't set. In my case the user's location wasn't set. If the user goes to edit user their profile and save it without any changes, it fixes the issue. In my case, only few users were affected by this issue. You can write script to update missing property for all the users.

CRM 2011 Custom Aspx Page in IFRame

I am in kind of strange situation and cannot figure out whats the problem.
I have a Custom Page named /ISV/Portal/Portal.aspx and Custom Configuration Path /ISV/CustomConfiguration/Web.config
In Config File i have ServerName, user Login(i.e Administrator), Password to Create Service.
When account form is viewed by Development Manager of CRM the page is diplayed
and working fine, but the Page is not shown to any other Persons including users having Administrator Role
The Following Message is Displayed:
Unable to change domain logon name
You do not have the necessary permissions to change the domain logon name for this user
After surfing the Internet:
I was not able to make my aspx page work successfully.
At last i hosted my webpage as an independent Website:
Hosted separate Asp.net Website
Published my Custom Page in that directory.
Gave access rights to read/write the C:/TempImages
And Changed the IFrame url to my new location.
Now it's working like a charm :)

Resources