RE: [otrs] CustomerUser import

2003-09-17 Thread Lars Monsees
Hello Paul, thanks a lot! This saved me much time! =) Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Rhein Sent: Wednesday, September 17, 2003 4:21 PM To: User questions and discussions about OTRS. Subject: Re: [otrs] CustomerUser import

Re: [otrs] CustomerUser import

2003-09-17 Thread Paul Rhein
Hi Lars, Try to set the "valid_id" field in customerusers to "1". Via SQL. kr Paul "Lars Monsees" <[EMAIL PROTECTED]>@otrs.org on 17-09-2003 16:02:03 Please respond to "User questions and discussions about OTRS." <[EMAIL PROTECTED]> Sent by:[EMAIL PROTECTED] To:"Otrs (E-M

Re: [otrs] CustomerUser import

2003-09-17 Thread Robert Kehl
>From /opt/otrs/scripts/database/initial_insert.sql: INSERT INTO system_user (first_name, last_name, login, pw, valid_id, create_by, create_time, change_by, change_time) VALUES ('Admin', 'OTRS', '[EMAIL PROTECTED]', 'roK20XGbWEsSM', 1, 1, current_timestamp, 1, current_timestamp); -- gr