Hi devs,
Today I ran into a problem with the admin generator on symfony 1.2.9
(on Win XP) with the bundled version of Doctrine. If the default app-
level security permissions are set to on, and the generated module is
set via security.yml to off, anonymous users are still required to log
in.
This is because the generated admin erroneously requires a credential
of array('') and accordingly permission is effectively denied in $user-
>hasCredential(). This bug was fixed by hartym back in February, but
this change has not found into a release of either sfGuardPlugin or
sfDoctrineGuardPlugin.
Closed ticket with changes here:
http://trac.symfony-project.org/ticket/5855
Open ticket here:
http://trac.symfony-project.org/ticket/6494
Notes on forum:
http://forum.symfony-project.org/index.php/m/88577/#msg_num_5
This is fine in the trunk for each plugin, so I wonder - with this bug
now quite old - could new stable releases be made so as to avoid it
being an issue for new users?
Thanks
halfer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---