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
8ad48437d6
commit
c9e0f23d95
|
@ -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)
|
||||||
|
;
|
||||||
|
|
|
@ -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)
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in New Issue