gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Comments on the new architecture


From: Victor Engmark
Subject: Re: Comments on the new architecture
Date: Mon, 7 May 2007 22:32:34 +0200

On 5/7/07, Klaus Weiss <address@hidden> wrote:
Every controller can access the variable $this->data, which is an
special data array. It can has the following structure:

Array
{
  ['GET'] => Array
             {
               ['lang'] => 'en_EN',
               ['foo'] => 'bar'
               ...
             }
  ['User'] => Array
              {
                ['email'] => ' address@hidden',
                ['password'] => '0xdeadbeef',
                ...
              }
  ...
}

I'm probably wrong here, but I have to ask: Are you saying that every controller sees the password in plain text?

--
Victor Engmark
Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds profound
reply via email to

[Prev in Thread] Current Thread [Next in Thread]