Skip to content
Snippets Groups Projects
Verified Commit f181f07c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: removed outdated docs for User Administration

parent 23ed18d8
No related branches found
No related tags found
2 merge requests!96DOC: Added CITATION.cff to the list of files in the release guide where the...,!93DOC: Removed (partly migrated) documentation directory `/doc/`
Checking pipeline status
User Administration
~~~~~~~~~~~~~~~~~~~
Author: Timm Fitschen
Email: timm.fitschen@ds.mpg.de
Date: 2013-02-23
No Proposal
===========
http://caosdb/register
Proposal
========
Add User
--------
- POST Request is to be send to ``http://host:port/User``.
- This requires authetication as user *admin* (default password:
*adminpw*).
- Http body:
.. code:: xml
<Post>
<User name="${username}" password="${password}" />
</Post>
Delete User
-----------
- DELETE Request
- admin authentication required.
- Http body:
.. code:: xml
<Delete>
<User name="${username}/>
</Delete>
The user to be deleted may also be identified by his id (``id="${id}"``)
instead of his name.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment