...
| Bloc de code |
|---|
curl -F:name=zach -Fpwd=secret -FpwdConfirm=secret \
http://admin:admin@localhost:8080/system/userManager/user.create.html
|
# create a group (a group's name must start with 'g-')
...
...
| Bloc de code |
|---|
curl -F:name=zach -Fpwd=secret -FpwdConfirm=secret \
http://admin:admin@localhost:8080/system/userManager/user.create.html
|
...