Page 1 of 1

alter type in DB

Posted: 12 Oct 2012, 13:20
by freddy00
hello.

for some reason the email field associated to the user is too small (in terms of chars) for our needs.
how safe is to alter "email" field from db table "mantis_user_table" from varchar(64) to something like varchar(128) ?

thanks for your help.

regards, Federico

Re: alter type in DB

Posted: 12 Oct 2012, 22:46
by atrol
There are more changes needed.
At least the hardcoded restrictions to 64 characters in function print_email_input have to be changed.