Hi, 2010/12/5 Tristan <[email protected]>: > Hi, > > I've planned to migrate my pevious project on symfony. > > I got 1,500 users registered (password stored in SHA-1) but there is > no "salt" defined. > > Is that possible to import those 1,5k users in the sfGuardUser table > (i mean without the 'salt' field) ? Will they be able to login to > their "old" account ?
I removed salt from one of test accounts, changed password to a new hash - and I can login just fine :) > > Thanks > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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 > -- Best regards, Michal Sent from my iToaster -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
