BF [2791095] - EmailUserPW too short for encrypted passwords
https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332
This commit is contained in:
parent
c9e0f23d95
commit
07a7b23a53
|
@ -1,5 +1,4 @@
|
|||
--- https://sourceforge.net/tracker/index.php?func=detail&aid=2791095&group_id=176962&atid=879332
|
||||
--- increase size of pw field to cater for encrypted passwords
|
||||
ALTER TABLE ad_user ALTER COLUMN emailuserpw TYPE varchar(255)
|
||||
ALTER TABLE AD_User MODIFY emailuserpw NVARCHAR2(255)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue