Hi,

I am currently creating a UserProvider which retrieve the users from a
web service.
I am implementing the loadUserByUsername method, but I have a problem.

The only thing that I can get from the login form is the username in
this method but I also need to send the password provided by the user
in the form as well.
Because the webservice checks by itself if the credentials are good or
not. If they are good, the webservices sends me the information about
the user, else it sends me an error message.

Is there a way of getting the content of the password form field in
this method in order to send it to my web service ?

Thanks a lot.

-- 
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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to