
Hi Bruno, Bruno Sarlo schrieb:
Hi all,
I've been trying to connect the OTRS authentication system with my users database.
I've added to the file Kernel/Config.pm the following code, changing the values to feet my database config but I still can't login.
# --------------------------------------------------- # # # # Start of config options!!! # # CustomerUser stuff # # # # --------------------------------------------------- #
# CustomerUser # (customer user database backend and settings) $Self->{CustomerUser} = {
You just customized the configuration of customer-information-database. You also need to cutomize the customer-authentication-section, all parameters below $Self->{'Customer::AuthModule'} See the doc for details. Bye, Alex