========================================================================================================================
README - Spring in Practice Recipe 6.2

Copyright (c) 2013 Manning Publications Co.

Willie Wheeler (willie.wheeler@gmail.com)

Book: http://manning.com/wheeler/
Blog: http://springinpractice.com/
Code: https://github.com/springinpractice
========================================================================================================================

This chapter explores authentication using Spring Security 3.

In recipe 6.2 we replace the default Spring Security login form with a custom login form.

The following credentials are available:

* juan/p@ssword (roles: user, admin)
* elvira/p@ssword (role: user)
