Skip to content

Commit 8f97713

Browse files
committed
Fixed the RegisterUrl in TopcoderPlugin's settings
1 parent cdcd5e9 commit 8f97713

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Topcoder/modules/TopcoderConfigurationModule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function initialize($schema = null) {
133133
$authform = new Gdn_Form();
134134
$authform->setModel($model);
135135
$authform->setFormValue('AuthenticationKey','topcoder');
136+
$authform->setFormValue('RegisterUrl' , $authenticationProviderData['RegisterUrl']);
136137
$authform->setFormValue('SignInUrl' , $authenticationProviderData['SignInUrl']);
137138
$authform->setFormValue('SignOutUrl' , $authenticationProviderData['SignOutUrl']);
138139
$authform->setFormValue('IsDefault' , $authenticationProviderData['IsDefault']);

0 commit comments

Comments
 (0)