lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Register/Custom.pm

13 lines
268 B
Perl
Raw Normal View History

package Lemonldap::NG::Portal::Register::Custom;
use Lemonldap::NG::Portal::Lib::CustomModule;
use strict;
our @ISA = qw(Lemonldap::NG::Portal::Lib::CustomModule);
use constant {
custom_name => "Register",
custom_config_key => "customRegister",
};
2018-09-02 17:38:40 +02:00
1;