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
1
vote
1 answer

sfDoctrineGuardPlugin windows 2008 401 unauthorized

I have a Symfony 1.4 app working on Linux using sfDoctrineGuardPlugin. Everything's fine. I am porting this to W2008 MSSQL and am really close BUT cannot get past the 401 Unauthorized error. The app starts up at frontend_dev.php and then because i'm…
1
vote
1 answer

Symfony sfDoctrineGuard Password Encryption

I have a Symfony 1.4 app using sfDoctrineGuardPlugin for users. I need to move these users to a new system. After going through the documentation and code, I'm having trouble understanding how Symfony stores/checks passwords. I want my new system…
1
vote
2 answers

sfDoctrineGuard default_from_email

I have a Symfony 1.4 system that is used to dynamically load different site content from a single Symfony Project based on the domain name. This system has a backend and in the backend I have the "Forgot Your Password" functionality working great,…
Zjoia
  • 176
  • 3
  • 16
0
votes
1 answer

Error while adding a new group in sfDoctrineGuardPlugin

i am new to symfony.i am using symfony1.4 and Doctrine . While adding a new group in sfDoctrineGuardPlugin i am getting this error The item has not been saved due to some errors.i don't know why i am getting this error. how to find these errors? Any…
Juice
  • 3,023
  • 6
  • 39
  • 66
0
votes
1 answer

Create an object when saving another

In my database I have the tables : "clients", "userProfile", and "sfGuardUsers" I want the system to create a profile and a user when I create a new client. Here's what I have so far : in lib/form/doctrine/ClientForm.class.php : class ClientForm…
Manu
  • 4,410
  • 6
  • 43
  • 77
0
votes
3 answers

sfDoctrineGuard and Forgot Password function

I'm pretty new to smyfony and I've been playing around with that sfDoctrineGuard plugin the whole day. it's working for the most part. I'm just having troubles with the forgot_password function. Actually I did everything according to the readme file…
ldrocks
  • 1,095
  • 1
  • 10
  • 14
0
votes
2 answers

Symfony sfDoctrineGuard insert-sql error 1005

I've fresh isntall of Symfony 1.4 with Doctrine ORM. I'm looking to install the plugin sfDoctrineGuard. I followed the instructions here: http://www.symfony-project.org/plugins/sfDoctrineGuardPlugin all works fine until this step: symfony…
Derek Organ
  • 8,323
  • 17
  • 56
  • 75
0
votes
1 answer

sfDoctrineGuardPlugin - timeout logout

i use Symfony 1.4 + sfDoctrineGuardUser. I have timeout set. This working good. User is logout, but SESSION for user isn't clear. Where i can this set? additionally i would like without refresh the page, for example every 15 minutes check value in…
Tomy Racks
  • 21
  • 1
  • 6
0
votes
1 answer

sfGuardGroup and i18n

I use symfony 1.4.11 with Doctrine. I have site, and it has 3 languages. I use sfDoctrineGuardPlugin 4.0.1 , and I have 3 groups of users. In site I show to each user his group, and I need it show to each user in current language. So I add to…
denys281
  • 2,004
  • 2
  • 19
  • 38
0
votes
1 answer

sfForkedDoctrineApplyPlugin - what enter into routing.yml?

I installed Symfony, sfDoctrineGuardUser and sfForkedDoctrineApplyPlugin, but i dont know what i neen enter to routing.yml. In documentation http://www.symfony-project.org/plugins/sfForkedDoctrineApplyPlugin is only: You can modify URL's for the…
0
votes
3 answers

Where is the action.class in sfDoctrineGuardPlugin for create new user?

I installed sfDoctrineGuardUser for Symfony 1.4.11, but I can't find the action.class, where register user. I find only class sfGuardCreateUserTask : protected function execute($arguments = array(), $options = array()) { $databaseManager =…
0
votes
1 answer

how can i change password and confirm register in sfGuardDoctrinePlugin?

I learn to user sfGuardDoctrinePlugin, but i don't know yet where i can find user control panel and change password? Second problem - how can I do to when new user sign up he had to confirm via e-mail account and then is_active database = 1. thanks…
Beyed Black
  • 57
  • 1
  • 5
0
votes
2 answers

get all groups from the Users - sfDoctrineGuardPlugin

In sfDoctrineGuardPlugin is: sfGuardUser: actAs: [Timestampable] columns: first_name: string(255) last_name: string(255) // indexes: is_active_idx: fields: [is_active] relations: Groups: class: sfGuardGroup …
0
votes
1 answer

Troubleshooting 'Unknown record property / related component "user" on "sfGuardUserProfile"' when loading fixture data

I am some trouble loading fixture data, that I have added manually in my admin backend and then simply exported the data using 'symfony doctrine:data-dump' schema.yml http://pastebin.com/5LTzNtU1 fixtures.yml…
terrid25
  • 1,926
  • 8
  • 46
  • 87
0
votes
1 answer

sfSocialPlugin with sfDoctrineGuardUser

I use symfony 1.4.11 with sfDoctrineGuardUser 4.0.1 plugin and sfSocialPlugin So, I have next problem .Source of problem is sfSocialPlugin, and lib/model/doctrine/sfDoctrineGuardPlugin/sfGuardUser.php and set class to extend sfSocialGuardUser…
denys281
  • 2,004
  • 2
  • 19
  • 38