Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to restore the admin user access for web console.

Avatar

Level 3

Hi All,

Accidentally i have removed admin user name from : Apache Sling Web Console Security Provider so now i am unable to get inside system how can revoke it back

1 Accepted Solution

Avatar

Correct answer by
Employee

On the file system go to :

\crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal

Edit the file SlingWebConsoleSecurityProvider.config

So that it looks something like this :

groups=[ \

  "", \

  ]

service.pid="org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider"

users=[ \

  "admin", \

  ]

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

On the file system go to :

\crx-quickstart\launchpad\config\org\apache\sling\extensions\webconsolesecurityprovider\internal

Edit the file SlingWebConsoleSecurityProvider.config

So that it looks something like this :

groups=[ \

  "", \

  ]

service.pid="org.apache.sling.extensions.webconsolesecurityprovider.internal.SlingWebConsoleSecurityProvider"

users=[ \

  "admin", \

  ]