Recently, you are not able to log in. Depending on the browser, the following error with additional information is given:
This portlet is only useful when included on a page that is sent a destination URL within the parameters.
Required delimiter go2url= not sent in URL
Release : All supported Clarity releases
Component : Studio
There is an issue with an HTML portlet that was recently added to your General page.
Obtain the user information and reset the user home URL.
update CMN_SEC_USERS
set HOME_URL ='personal.settings'
where USER_NAME = '<user>';
commit;