Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
f181f07c
Verified
Commit
f181f07c
authored
2 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: removed outdated docs for User Administration
parent
23ed18d8
No related branches found
No related tags found
2 merge requests
!96
DOC: Added CITATION.cff to the list of files in the release guide where the...
,
!93
DOC: Removed (partly migrated) documentation directory `/doc/`
Checking pipeline status
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/specification/User Administration.rst
+0
-46
0 additions, 46 deletions
src/doc/specification/User Administration.rst
with
0 additions
and
46 deletions
src/doc/specification/User Administration.rst
deleted
100644 → 0
+
0
−
46
View file @
23ed18d8
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment