Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 36913 invoked from network); 14 Jun 2009 17:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jun 2009 17:50:55 -0000 Received: (qmail 84386 invoked by uid 500); 14 Jun 2009 17:51:07 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 84343 invoked by uid 500); 14 Jun 2009 17:51:07 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 84333 invoked by uid 99); 14 Jun 2009 17:51:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 17:51:07 +0000 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 vdichev@gmail.com designates 209.85.219.220 as permitted sender) Received: from [209.85.219.220] (HELO mail-ew0-f220.google.com) (209.85.219.220) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 17:50:59 +0000 Received: by ewy20 with SMTP id 20so3991595ewy.12 for ; Sun, 14 Jun 2009 10:50:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qmhjFWiLNLAF24MJmaCnwZ1VAzGLfvqKIA3ZGumLDJA=; b=WIbqL1A3ArJdEMJIoVgUj143Lou91dPq84pxzABtfB0zKMmNK328TIdMhqnfUVUE3t fVLfh5Z2gvk3I3O9mpiPNq4FxBJxu94lcQVuDLnEyhTDnYRmgDO4nXjcvoqN8qw9LvJG M5TbW3Smyp9F2tAOB/EyS4/APQ2stP2XFnsnI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=wveq2ZGxiSpJwKm0KZekVvGwUG3tI7ihHWJ0F61XcZ81ft0act3UILR9bJbbOiL3FT Xjil/i7mFE3lzyTXYfiGgffVtUI/6uTfu2gESeV1MIwE9yoa8RCqV9WdpVZFnLZ+nJhE 4Y60OWhtwFnL2gfuIShIZ+whTMsip/jbz+T14= MIME-Version: 1.0 Received: by 10.216.36.80 with SMTP id v58mr2055678wea.193.1245001837533; Sun, 14 Jun 2009 10:50:37 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2009 20:50:37 +0300 Message-ID: Subject: Re: User no longer contains view code From: Vassil Dichev To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > User no longer contains view code. Thanks, that was a much needed change! > Next step is to make user work with plugable authentication mechanisms. I noticed that by moving the code from MetaMegaSuperDuperUser you've also copied some of the methods which are responsible for password authentication- but commented. Can we reuse these or is it better not to? Vassil