jkpanera
28-03-2019
I'd like to be able to enable the useradmin interface (http://localhost:4503/useradmin ) on my publish instance. Right now, I'm getting a 404.
Also, I'd like to be able to make direct changes using crx console. Right now, I'm getting a 403 whenever I tried to update anything.
Of course this is just my local instance. I would never do this in production.
Arun_Patidar
MVP
Hi,
Just go to http://localhost:4503/crx/de/index.jsp or http://localhost:4503/libs/granite/core/content/login.html
and login with admin or another user.
29-03-2019
Hi Arun,
This did not work for me, but I suspect there is something wrong with my instance.
30-03-2019
Can you please check if you are accessing publish URL via the dispatcher?
Or what error are you getting while accessing publish login URL or CRXDE, these URLs might be blocked?
Jörg_Hoh
Employee
You need to login first, and only then you can access /useradmin. The easiest way is to login via CRX DE and the switch to /useradmin.
Jörg