merged branch lyrixx/patch-security (PR #5020)

Commits
-------

e1f1d3a Added missing property

Discussion
----------

[Security] Added missing property

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -
License of the code: MIT
This commit is contained in:
Fabien Potencier 2012-07-23 16:21:26 +02:00
commit 1c63821924

View File

@ -22,6 +22,7 @@ final class User implements AdvancedUserInterface
{
private $username;
private $password;
private $enabled;
private $accountNonExpired;
private $credentialsNonExpired;
private $accountNonLocked;