Quantcast
Channel: CQ 5
Viewing all articles
Browse latest Browse all 35

[USER] disable user

$
0
0
How to disable AEM user?

Disable:
curl -u user:pass -F "disableUser=Not required" http://localhost:4502/home/users/path/to/user.rw.html

Enable:
curl -u  user:pass -F "disableUser=" http://localhost:4502/home/users/path/to/user.rw.html


Viewing all articles
Browse latest Browse all 35

Trending Articles