Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1096A94BA for ; Thu, 10 Nov 2011 22:42:08 +0000 (UTC) Received: (qmail 30990 invoked by uid 500); 10 Nov 2011 22:42:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 30945 invoked by uid 500); 10 Nov 2011 22:42:06 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 30937 invoked by uid 99); 10 Nov 2011 22:42:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 22:42:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jens@couchbase.com designates 206.225.164.32 as permitted sender) Received: from [206.225.164.32] (HELO EXHUB020-5.exch020.serverdata.net) (206.225.164.32) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 22:42:00 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.132]) by EXHUB020-5.exch020.serverdata.net ([206.225.164.32]) with mapi; Thu, 10 Nov 2011 14:41:38 -0800 From: Jens Alfke To: "user@couchdb.apache.org" Date: Thu, 10 Nov 2011 14:41:38 -0800 Subject: Re: Conflicting password-storage info on the wiki Thread-Topic: Conflicting password-storage info on the wiki Thread-Index: Acyf+eiDZwN+ZykCQTSg1U3dsVfLmA== Message-ID: <2F031A92-4370-4078-B623-07681936837A@couchbase.com> References: <92C85F84-B886-460E-9385-0D5B9C1E92F7@couchbase.com> <57D71895-C796-4E10-8305-DC5251559A75@apache.org> In-Reply-To: <57D71895-C796-4E10-8305-DC5251559A75@apache.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 On Nov 10, 2011, at 2:02 PM, Adam Kocoloski wrote: > Heh. No, they're still stored out in the open for anyone to see. Only t= he server admin passwords are stored in the .ini file. Did you try creatin= g a normal user? As far as I know that documentation is still accurate. Aha, I=92ve only got a single admin account on my server, that explains it. I can create a normal user by just doing a PUT to _users, but can I create = an admin account that way too? Or do I have to modify the config file to do= that? =97Jens=