Skip to content

Commit 9f7a5fb

Browse files
authored
Merge pull request #117 from topcoder-platform/fix-registerurl
Fixed the RegisterUrl in TopcoderPlugin's settings
2 parents cdcd5e9 + 8f97713 commit 9f7a5fb

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)