forked from wallabag/wallabag
Fix reviews
Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
committed by
Jeremy Benoist
parent
906424c1b6
commit
bead8b42da
@ -37,8 +37,7 @@ class SiteCredential
|
||||
* @var string
|
||||
*
|
||||
* @Assert\NotBlank()
|
||||
* @Assert\Length(max=255)
|
||||
* @ORM\Column(name="username", type="string", length=255)
|
||||
* @ORM\Column(name="username", type="text")
|
||||
*/
|
||||
private $username;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user