Questions tagged [sfdoctrineguard]

The sfDoctrineGuard plugin is a Symfony plugin providing user authentication and access management.

The sfDoctrineGuard plugin is a Symfony plugin providing user authentication and access management. It's designed for Symfony projects using the Doctrine ORM.

79 questions
0
votes
1 answer

doctrine:build-schema doesn't generate schema properly

I've a previously created DB with sfDoctrineGuard tables and also two more tables: almunos and socios. I'm trying to run the task symfony doctrine:build-schema and aparently seems to work but surprise only the tables related to sfDoctrineGuard…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
0
votes
1 answer

Multiple Symfony-DoctrineGuardPlugins in one Database?

I wrote a Symfony 1.4 (Doctrine) Website consisting of 2 frontends and 2 backends. So all is neatly packed in 2 SF-Projects - anyways all the apps use the same (MySQL-)database. This is not a problem at all until it comes to the point of logging in…
mene
  • 81
  • 2
  • 10
0
votes
1 answer

Class sfDoctrineRouteCollection not found

I'm starting a new project using SF 1.4.18 and sfDoctrine & sfDoctrineGuard plugins. I had both active at config/ProjectConfiguration.class.php as follow: public function setup() { $this->enablePlugins( array( …
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
0
votes
1 answer

Redirection When user dont have the Right credentials

I have 3 applications in my Symfony Project : one public app not secured and two other app are secured(app1 & app2) with two diffrent credentials. I'want when i'm connected on app1 and i taped the url of app2 insted of bolcking me and tell me…
Haithem Rihane
  • 394
  • 2
  • 5
  • 15
1 2 3 4 5
6