Create an module with "secure: is_secure: false" in which you can do what you want (create a user in sf_guard_user table ...)
On 28 led, 02:15, ashton <[email protected]> wrote: > I have my external authentication working, but the problem that I am > running into is that there needs to be a user in the sfGuardUser table > that matches the username submit in the login form, otherwise the > login fails. > > So when I currently add 'return true;' to the top of the external auth > function, I can login with any password, for users that exist in the > sf_guard_table, but not with usernames that do not exist. > > I was wondering if there was a solution out there (ideally user > creation in the sfGuardUser table upon successful external > authentication), allowing me to perform my external checks even if the > username does not exist in the sf_guard_user table would work too, > because then I could just manually create the user if the external > auth was successful. > > thanks! > ashton -- 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.
