コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How do I enable only 1 user access to crxde lite and to the Console

Avatar

Level 6

I have a situation where I have 3 administrators.

The dispatcher configuration filter has

/ruleLabel{/glob "* /crx*"/type "deny"}

to block access to CRXDE Lite.

 

However administrator accounts override the dispatcher rule and all have access to crxde lite and to  /system/console

 

I seek to only allow one of the admin accounts to have access to CRXDE lite, as well as /system/console.

Is this possible?

 

 

Regards

Clive Stewart

1 受け入れられたソリューション

Avatar

正解者
Level 10
2 返信

Avatar

正解者
Level 10

You can use mo_security . Sample at [1] & tweak as per your need.

[1]  https://helpx.adobe.com/experience-manager/kb/restrict-system-administrator-login-specific.html

Avatar

Level 6

Hi Sham,

 

Thank you for your help, this exactly what I needed.

 

regards

Clive