Skip to content

Commit

Permalink
[fr] follow d65b974
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Dec 19, 2015
1 parent f6b3e23 commit fb921e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fr/core-libraries/components/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,10 @@ l'accès. Vous pouvez marquer des actions comme publique en utilisant
component Auth ne vérifiera pas la connexion d'un utilisateur, ni
n'autorisera la vérification des objets ::

// Permet toutes les actions. CakePHP 2.0
// Permet toutes les actions. CakePHP 2.0 (déprécié)
$this->Auth->allow('*');

// Permet toutes les actions. CakePHP 2.1
// Permet toutes les actions. CakePHP 2.1 et plus
$this->Auth->allow();

// Ne permet que les actions view et index.
Expand Down

0 comments on commit fb921e3

Please sign in to comment.