Address book without customer access to otrs

Moderator: crythias

Post Reply
pahdomas
Znuny newbie
Posts: 5
Joined: 29 Mar 2019, 13:16
Znuny Version: 6.0.10

Address book without customer access to otrs

Post by pahdomas »

Guys, how to properly implement the address book in OTRS? Specifically, it is of interest to choose a email in the TO, CC field, etc., but they should not have access to the OTRS panel itself as customers. Thank you.
wurzel
Znuny guru
Posts: 3234
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Address book without customer access to otrs

Post by wurzel »

Hi,

can you specify your needs please? Access to the CustomerUser data without having access to OTRS?

Maybe access via SQL to customer_user table?

Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
root
Administrator
Posts: 4002
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Address book without customer access to otrs

Post by root »

Hi,

Using a CustomerUser configuration doo not imply to use CustomerAuthModule. Just disable authentication.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
pahdomas
Znuny newbie
Posts: 5
Joined: 29 Mar 2019, 13:16
Znuny Version: 6.0.10

Re: Address book without customer access to otrs

Post by pahdomas »

how can i disable customer authentication?
wurzel
Znuny guru
Posts: 3234
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Address book without customer access to otrs

Post by wurzel »

Hi

ahh now I understand. Just use {CustomerUser} but no {CustomerAuth}

Regards
Florian
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
pahdomas
Znuny newbie
Posts: 5
Joined: 29 Mar 2019, 13:16
Znuny Version: 6.0.10

Re: Address book without customer access to otrs

Post by pahdomas »

as i understand , need to create something like: otrs.Console.pl Admin::CustomerUser::Add --user-name ... --first-name ... --last-name ... --email-address ... --customer-id ...
And then customers will have no access to otrs panel
root
Administrator
Posts: 4002
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Address book without customer access to otrs

Post by root »

Hi,

They will be able to reset/set the password with the 'Forgot password?' feature. You have to disable this, the authentication module for customer user and the possibility that the can create their own account.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
pahdomas
Znuny newbie
Posts: 5
Joined: 29 Mar 2019, 13:16
Znuny Version: 6.0.10

Re: Address book without customer access to otrs

Post by pahdomas »

i don't understand how to disable customer auth
Post Reply