Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
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", \

  ]