diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-06-14 15:02:34 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-20 16:03:39 +0200 |
commit | bead8b42da4f17238dc0d5e0f90184b224ec5df7 (patch) | |
tree | 67af15e3f45dc496e492767095e5f4b477e56848 /src/Wallabag/CoreBundle/Entity | |
parent | 906424c1b6fd884bf2081bfe6dd0b1f9651c2801 (diff) | |
download | wallabag-bead8b42da4f17238dc0d5e0f90184b224ec5df7.tar.gz wallabag-bead8b42da4f17238dc0d5e0f90184b224ec5df7.tar.zst wallabag-bead8b42da4f17238dc0d5e0f90184b224ec5df7.zip |
Fix reviews
Encrypt username too
Redirect to list after saving credentials
Fix typos
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity')
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/SiteCredential.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/SiteCredential.php b/src/Wallabag/CoreBundle/Entity/SiteCredential.php index 732d9506..58075e92 100644 --- a/src/Wallabag/CoreBundle/Entity/SiteCredential.php +++ b/src/Wallabag/CoreBundle/Entity/SiteCredential.php | |||
@@ -37,8 +37,7 @@ class SiteCredential | |||
37 | * @var string | 37 | * @var string |
38 | * | 38 | * |
39 | * @Assert\NotBlank() | 39 | * @Assert\NotBlank() |
40 | * @Assert\Length(max=255) | 40 | * @ORM\Column(name="username", type="text") |
41 | * @ORM\Column(name="username", type="string", length=255) | ||
42 | */ | 41 | */ |
43 | private $username; | 42 | private $username; |
44 | 43 | ||