Merge branch 'master' into develop
This commit is contained in:
@@ -63,7 +63,7 @@ public class StbUser extends EntityBase {
|
||||
@SqlField(value = "logo_user", maxLength = 255)
|
||||
private String logoUser;
|
||||
|
||||
@SqlField(value = "password", maxLength = 40)
|
||||
@SqlField(value = "password", maxLength = 40, trimSpaces = false)
|
||||
private String password;
|
||||
|
||||
@SqlField(value = "precode", maxLength = 3)
|
||||
|
||||
Reference in New Issue
Block a user