I've done all of these things.
To be concise:
sfGuard is installed and works fine on the module/action level. The
whole application can be secured using is_secure, which means any
action requires a successful login.
What I need is to be able to say that this whole environment (prod)
requires a
Check you've enabled the modules in your settings.yml - you should have:
sfGuardAuth in your settings -> all:-> .settings:-> enabled_modules
On Thu, 22 Oct 2009 12:59:00 +0200, pcummins wrote:
>
> Did you follow all of the steps in the install guide?
>
> Doctrine version is here:
> http:
Did you follow all of the steps in the install guide?
Doctrine version is here:
http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin
Lots of people miss the part about changing the myUser class, and of
course don't forget to 'symfony cc'
On Oct 21, 3:02 pm, Martin Settle wrote:
> Sorr
Sorry... that was just a typo in my e-mail... I'm programming in a
vmware machine that I can't easily cut and paste from.
The
credentials: backend
doesn't seem to take effect -- I've even tried removing the default section.
Marti
2009/10/21 david :
>
> Try dropping one of the l's from:
>
>>
Try dropping one of the l's from:
> defaullt:
> is_secure: on
On Wed, 21 Oct 2009 20:48:03 +0200, Martin Settle
wrote:
>
> Hi all.
>
> I'm about to start parallel-processing on a symfony database. I'd
> like to be able to give people the opportunity to log in and play with
> the system in