Skip to content

Commit 4fcade8

Browse files
SvenDowideitSvenDowideit
authored andcommitted
Item109: make rego agent a cfg param with a coded default?
1 parent ae09aa9 commit 4fcade8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/lib/TWiki/Users/BaseUserMapping.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ sub new {
6262
my ( $class, $session ) = @_;
6363

6464
my $this = $class->SUPER::new( $session, 'BaseUserMapping_' );
65+
$TWiki::cfg{Register}{RegistrationAgentWikiName} |= 'RegistrationAgent';
6566

6667
# set up our users
6768
$this->{L2U} = {

0 commit comments

Comments
 (0)