Hi
I'd like to change the defaults configuration for $Self->{CustomerUser}, so that CustomerUserEmailUniqCheck=0.
I just copied the entire $Self->{CustomerUser} block of 90 lines from Kernel/Config/Defaults.pm to Kernel/Config.pm.
Is there any shorter way?
The rest of the config should stay as is.
Thanks!
Overriding only CustomerUserEmailUniqCheck?
Moderator: crythias
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Overriding only CustomerUserEmailUniqCheck?
You could add in your Kernel/Config.pm
Code: Select all
$Self->{CustomerUser}->{CustomerUserEmailUniqCheck} = 0;
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de