Skip to content

Instantly share code, notes, and snippets.

@flug
Created June 9, 2013 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flug/5744813 to your computer and use it in GitHub Desktop.
Save flug/5744813 to your computer and use it in GitHub Desktop.
Authentification Email Cakephp
public $components = array(
"Auth" => array(
'authenticate' => array(
'Form' => array(
'fields' => array('username' => 'email')
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment