make the customer Phone information required

I've successfully added the Phone information to the database (mysql) and updated the CustomerCreateAccount.dtl to show the field, but doesn't appear to be required for them to create an account. Do you know how I can make this required to create an account? Thanks for your time. ********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com *********************************

Simply delete them from CVS repository (cvsroot)
Quoting "Covert, Jake"
I've successfully added the Phone information to the database (mysql) and updated the CustomerCreateAccount.dtl to show the field, but doesn't appear to be required for them to create an account.
Do you know how I can make this required to create an account?
Thanks for your time.
********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group (586) 986-9698 Work (586) 518-3859 Pager http://www.eds.com *********************************
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Hi Jake, On Thu, Jun 12, 2003 at 12:04:45PM -0400, Covert, Jake wrote:
I've successfully added the Phone information to the database (mysql) and updated the CustomerCreateAccount.dtl to show the field, but doesn't appear to be required for them to create an account.
Do you know how I can make this required to create an account?
Make sure, that your new config line is like: [...] [ 'UserPhone', 'Phone', 'phone', 1, 1, 'var' ], [...] ^<- is important This is the list of the types: # var, frontend, storage, shown, required, storage-type, http-link ^^^^^^^^ <- means that his options is required.
********************************* Jake Covert Infrastructure Analyst Electronic Data Systems PSIC Support Group http://www.eds.com *********************************
-Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ --
participants (3)
-
Covert, Jake
-
Martin Edenhofer
-
viktor@hostventures.com