diff options
author | Max <post@wickenrode.com> | 2016-10-20 21:58:39 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2016-10-20 21:58:39 +0200 |
commit | ee5e4db6cf7f35e9802d25bc413aa74221bed371 (patch) | |
tree | fbf983f8a9585daa54ab84ce8ea8ee341153e5d0 /Models | |
parent | 9433aaa7073da5a82df4e4ef3a4bca39643a3935 (diff) | |
download | sequelpro-ee5e4db6cf7f35e9802d25bc413aa74221bed371.tar.gz sequelpro-ee5e4db6cf7f35e9802d25bc413aa74221bed371.tar.bz2 sequelpro-ee5e4db6cf7f35e9802d25bc413aa74221bed371.zip |
Fix #2601: Remove limitation on user password length in User Manager since that it was based on an erroneous assumption
Diffstat (limited to 'Models')
-rw-r--r-- | Models/SPUserManager.xcdatamodel/contents | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Models/SPUserManager.xcdatamodel/contents b/Models/SPUserManager.xcdatamodel/contents index 84a85c4d..ca97a07c 100644 --- a/Models/SPUserManager.xcdatamodel/contents +++ b/Models/SPUserManager.xcdatamodel/contents @@ -54,7 +54,7 @@ <attribute name="originaluser" optional="YES" attributeType="String"> <userInfo/> </attribute> - <attribute name="password" optional="YES" attributeType="String" maxValueString="41" syncable="YES"/> + <attribute name="password" optional="YES" attributeType="String" syncable="YES"/> <attribute name="plugin" optional="YES" attributeType="String" maxValueString="64" syncable="YES"/> <attribute name="process_priv" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/> <attribute name="references_priv" optional="YES" attributeType="Boolean" defaultValueString="NO" syncable="YES"/> |