From ad7099a4e3f3d2035e3e26419a633b4bb1ce7b7c Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 11 Aug 2010 16:13:08 -0400 Subject: move futon into release overlay --- share/www/dialog/_create_admin.html | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 share/www/dialog/_create_admin.html (limited to 'share/www/dialog/_create_admin.html') diff --git a/share/www/dialog/_create_admin.html b/share/www/dialog/_create_admin.html deleted file mode 100644 index d4aec95a..00000000 --- a/share/www/dialog/_create_admin.html +++ /dev/null @@ -1,50 +0,0 @@ - -
-

Create Server Admin

-
-

- Before a server admin is configured, all clients have admin privileges. - This is fine when HTTP access is restricted - to trusted users. If end-users will be accessing this CouchDB, you must - create an admin account to prevent accidental (or malicious) data loss. -

-

Server admins can create and destroy databases, install - and update _design documents, run the test suite, and edit all aspects of CouchDB - configuration. -

- - - - - - - -
-

Non-admin users have read and write access to all databases, which - are controlled by validation functions. CouchDB can be configured to block all - access to anonymous users. -

-

About Authentication

-

- Couch has a pluggable authentication mechanism. Futon exposes a user friendly cookie-auth which handles login and logout, so app developers can relax. Just use $.couch.session() to load the current user's info. -

- -
-
- - -
-
-- cgit v1.2.3