Skip to content
Snippets Groups Projects
Commit fc75c661 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

proposals for user administration

parent a235512a
Branches
Tags
No related merge requests found
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:
<Post>
<User name="${username}" password="${md5ed_password} />
</Post>
## Delete User
* DELETE Request
* admin authentication required.
* Http body:
<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