how are your current passwords stored? if you have plain passwords, just put password: your password and omit the salt, algorithm fields in the yml, sfg will do the rest.
if your passwords are already encrypted, you will have to use the api and write your own function to check the passwords. On 6/28/09, sikk <[email protected]> wrote: > > Hi guys, > > Does anyone around have any idea how we can take an already existing > base of user and put it within fixture to be ready to be use by > symfony doctrine:build-all-reload. > > > At the moment indeed the issue is that setPassword is automaticly > encrypt password, which are already encrypted. Is there anyway in > place to prevent touching the plugin and be able to bypass that ? > > > anybody have an idea for that ? > > thanks ! > > sikk > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
