Skip to content

Instantly share code, notes, and snippets.

@toodooleedoo
Last active August 29, 2019 00:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toodooleedoo/67522fa3a5e551a1ae17 to your computer and use it in GitHub Desktop.
Save toodooleedoo/67522fa3a5e551a1ae17 to your computer and use it in GitHub Desktop.
#AEM #CURL Change Admin Password
curl -u admin:admin -F rep:password="aem6dev" -F :currentPassword="admin" http://<<<CUT>>>:4502/home/users/a/admin.rw.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment