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:
mjudd 2009-06-09 18:52:00 +00:00
parent c9e0f23d95
commit 07a7b23a53
1 changed files with 1 additions and 2 deletions

View File

@ -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)
;