The OpenAIRE box portlet does not fill the username when redirecting to the owncloud login pag

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/VREApp-Integration-portlet@179927 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2019-06-20 12:55:52 +00:00
parent 724c72858d
commit 445e5b06b6
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
String screenName = UserLocalServiceUtil.getUser(PortalUtil.getUserId(request)).getScreenName();
%>
<script>
location.href= 'https://box.openaire.eu?user=<%=screenName%>';
location.href= 'https://box.openaire.eu/index.php/login?user=<%=screenName%>';
</script>