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
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
Nhận xét
Đăng nhận xét