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
Solved! Go to Solution.
Views
Replies
Total Likes
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", \
]
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", \
]
Thanks, it saved my day
Views
Replies
Total Likes
Excellent answer
Views
Replies
Total Likes
Views
Likes
Replies