[ic] Change error messages for userdb functions

Michael Goldfarb interchange-users@icdevgroup.org
Fri Sep 27 19:49:00 2002


>I'm running Interchange 4.8.3 on Redhat 7.2 using MySQL as the backend.
>I'm aware that you can change an error message in a form profile,
>however I'm searching for a way to change error messages which are
>displayed in $Session->{failure} when a user logs in, changes a
>password, any of the userdb functions, etc.  For example I'd like to
>change:
>
>Must have old password.
>
>To:
>
>Old password is incorrect.
>
>Thanks for a pointer in the direction to solve this problem.
>
>-Ron


Try lib/Vend/UserDB.pm

I think that is what you are looking for.