News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Jani Hartikainen's Blog:
Dealing with different password validation schemes in a single app
May 23, 2009 @ 06:32:17

Jani Hartikainen has written up a new post for his blog looking at how to combine multiple password validation methods inside of a single application.

If your application is well thought out, you would not want to save any data that isn't valid. So what do you do, when you need different validation schemes, say for passwords, depending on some special case? [...] There is a better approach: Using a "policy" - Policies can be used for other things than this too, but let's look at how to use a policy for managing password validation.

He sets up an example scenario where the user sets an invalid and valid password and shows how policies for password validation (regular expression matches and other validation techniques) can provide a simple way to ensure the user has entered the right information.

0 comments voice your opinion now!
policy validation password multiple




Community Events





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


security podcast introduction development test api interview custom conference language symfony2 series application extension opinion framework phpunit unittest release community

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