News Feed
Jobs Feed
Sections




News Archive
Mike Purcell's Blog:
Symfony - sfGuardPlugin - Use Email Instead of Username
August 15, 2011 @ 08:43:56

Mike Purcell has a handy new post for the Symfony users out there wanting more flexibility with their sfGuardPlugin use in their application. He describes how you can use email instead of a username for working with the user information.

sfGuardPlugin is pretty awesome. It allows a symfony developer the ability to quickly implement a user login and access control system. However, there is an issue with respect to telling the plugin whether to use the username or the email column for validating user submitted input. After some Googling I found a few sites which forced sfGuardPlugin to use email rather than username, but only after quite a bit of work. What I am going to show will accomplish the same end goal, but with minor changes.

He starts with a look at the validator class, showing how the values are going to be passed to the backend. The plugin makes a call to a "retrieveByUsername" method to get the user's information, but his method overrides this...sort of. His method actually contains the query to fetch the user information by email instead. This is useful if you want to use the email address as a username for the site but still want to maintain data integrity on the user records (valid emails can then be used for auth and for sending messages).

0 comments voice your opinion now!
sfguard symfony email username tutorial authentication


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Back to Basics: Managing PHP Configuration php.ini Directives

Pavel Shevaev's Blog: Make php-fpm execute arbitrary PHP scripts via socket

Michelangelo van Dam's Blog: Single User Zend_Service_Twitter

DZone.com: Phar: PHP libraries included with a single file

Ian Selby's Blog: Dynamically Add Functions to PHP Classes


Community Events











Don't see your event here?
Let us know!


opinion series functional tool release testing composer introduction development language conference code community zendframework2 unittest podcast object interview framework example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework