Thanks! So if I am understanding you, you are telling me that there is no way to do this with the current sfGuardUser setup and that I will need to I create a new module that I use for login.
It doesn't seem to me that this is an uncommon request related to the external password check, so It seems odd that I would need to re-write the login in order to do so. Why would I want to make a new module and not just overwrite the executeSignin method in the BasesfGuardAuthActions class? ashton On Thu, Jan 28, 2010 at 6:53 AM, Tom Ptacnik <[email protected]> wrote: > 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. > > -- 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.
