Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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", \

  ]