Changed codes for AuthZ framework

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/rmp-common-library@144312 82a268e6-3cf1-43bd-a215-b396298e98cf
Feature/25384
Massimiliano Assante 7 years ago
parent d05429f00d
commit 66abcc748e

@ -1,5 +1,9 @@
<ReleaseNotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="xsd/changelog.xsd">
<Changeset component="org.gcube.portlets-admin.rmp-common-library.2-7-0"
date="2017-02-24">
<Change>Changed codes for AuthZ framework</Change>
</Changeset>
<Changeset component="org.gcube.portlets-admin.rmp-common-library.2-6-0"
date="2015-11-24">
<Change>Added support for new AuthZ framework, Feature #1496</Change>

@ -29,7 +29,7 @@ public class Configuration {
public static boolean allowMultipleProfiles = false;
//public static String scopeFile = null;
public static final String SUPER_USER_CODE = "gcube2017";
public static final String CODE = "$2a$12$B7ftdRmQLDlKdTkcQWHcxeS8goiMT15nQbullMsjYcltQhUOt9lhi";
/*
* Forces to use flash based charts also in portal mode.
* Due to conflicts in the portal with the flash based

Loading…
Cancel
Save