diff --git a/src/doc/specification/User Administration.rst b/src/doc/specification/User Administration.rst
deleted file mode 100644
index 1385e3ebbdcea83a0ca259e30fa87a574a9a9336..0000000000000000000000000000000000000000
--- a/src/doc/specification/User Administration.rst	
+++ /dev/null
@@ -1,46 +0,0 @@
-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.