Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added password attribute to the example, since the doc is saying it's mandatory

...

Code Block
languagebash
[dspace]/bin/dspace user --add --email jquser@example.com -g John -s User --password hiddensecret
[dspace]/bin/dspace user --add --netid jquser --telephone 555-555-1234 --password hiddensecret

One of the options --email or --netid is required to name the record.  The complete options are:

...