5
Liferay 6.0.5の特定のユーザーグループに権限を与えて、電子メールの変更を許可するなど、コントロールパネルの特定の部分にアクセスできるようにしたいとします。どうすればいい?Liferayでコントロールパネルの権限を変更する
Liferay 6.0.5の特定のユーザーグループに権限を与えて、電子メールの変更を許可するなど、コントロールパネルの特定の部分にアクセスできるようにしたいとします。どうすればいい?Liferayでコントロールパネルの権限を変更する
通常、メールアドレスの変更はデフォルトで有効になっています。他のコントロールパネルの内容について
#
# Input a list of comma delimited user types who can edit their own fields.
# Valid types are "administrator", "user-with-mx", and "user-without-mx".
#
# Set a value of "administrator" if an administrator can edit the specified
# field. An administrator is anyone who has the Administrator role.
#
# Set a value of "user-with-mx" if a user who has an email address that
# matches the company mail suffix can edit the specified field.
#
# Set a value of "user-without-mx" if a user who does not have an email
# address that matches the company mail suffix can edit the specified field.
#
# Set all three values if all users can edit the specified field. Set a
# combination of the three values if only a combination of the users can
# edit the specified field.
#
field.editable.com.liferay.portal.model.User.screenName=administrator,user-with-mx,user-without-mx
field.editable.com.liferay.portal.model.User.emailAddress=administrator,user-with-mx,user-without-mx
をportal.propertiesでこのエントリを参照してください(または、あなたのportal-ext.propertiesで上書き):カスタムロールを作成し、選択し、「権限の定義」およびセクションの選択ボックスで " ControlPanel "という名前のアクセス許可が" ControlPanelでアクセス "されています。もちろん、アクセスを許可するパーツの追加パーミッションが必要です(選択ボックスのコンテンツセクションを参照してください)
何らかの理由で私はこの問題を抱えていましたので、私は編集に行きましたJSP自体。しかし、ありがとう。 –
ニースの説明オラフ。 – suyash