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 14:42:40 +00:00
parent 8ad48437d6
commit c9e0f23d95
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
--- 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)
;

View File

@ -0,0 +1,5 @@
--- 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)
;