Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 56985 invoked from network); 15 Jun 2008 15:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2008 15:44:23 -0000 Received: (qmail 54773 invoked by uid 500); 15 Jun 2008 15:44:25 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 54739 invoked by uid 500); 15 Jun 2008 15:44:25 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 54728 invoked by uid 99); 15 Jun 2008 15:44:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 08:44:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 15:43:36 +0000 Received: by yw-out-1718.google.com with SMTP id 9so2479422ywk.50 for ; Sun, 15 Jun 2008 08:43:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sCHrWf+nK8mMFCJO7ZokZqxcwWN8UrWsVa03+ioLQx4=; b=u8J1hYOn2mrHa+S600Qv2gRMLxeQQs4Qnn7hUIu9H0ebWWpell0MI0HDO/jwXm5ggJ vOn4o4I6gvvPwZvh4wW78ODBZxLwIgdBIye7UaGcV025dyskxxaj7m+1ivZyYqgjh1Ze Ir/4if204yNizah2RG2A+9ixSDtxWvXDDcS9E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rcfdb+md4qdQjLTcvSfO7We3myqu0dJIKfd/rZ60YegZZGJg/9MJhbYz2fCyZ5v+vg rYnkPC0I3NeEfLl4hvo0RXmfCHo/Y4gi1DMs7dehmWAqK5GP3dyTZCX6ccSR9Z1MMaVs oIdNNUtdCPZkm7u/DvdytizfPm8kcVphdNwl4= Received: by 10.151.13.7 with SMTP id q7mr8839432ybi.185.1213544609122; Sun, 15 Jun 2008 08:43:29 -0700 (PDT) Received: by 10.150.154.10 with HTTP; Sun, 15 Jun 2008 08:43:29 -0700 (PDT) Message-ID: Date: Sun, 15 Jun 2008 08:43:29 -0700 From: "Wendy Smoak" To: users@continuum.apache.org Subject: Re: Continuum hacked?? In-Reply-To: <1213544286.6733.5.camel@droopy.dehon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4854FACB.4040302@apache.org> <1213544286.6733.5.camel@droopy.dehon.com> X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jun 15, 2008 at 8:38 AM, Olivier Dehon wrote: > The problem with this approach is that accounts still need to be > activated, and an email sent to the final user. An option to bypass that > step would also be appreciable. You can turn off the validation requirement in security.properties: # If all email addresses (from new user registration) require an account validation email. email.validation.required=true I think there is an open issue about problems logging in with admin-created accounts, so it might not work exactly the way it should just yet. -- Wendy