We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdcd5e9 + 8f97713 commit 9f7a5fbCopy full SHA for 9f7a5fb
Topcoder/modules/TopcoderConfigurationModule.php
@@ -133,6 +133,7 @@ public function initialize($schema = null) {
133
$authform = new Gdn_Form();
134
$authform->setModel($model);
135
$authform->setFormValue('AuthenticationKey','topcoder');
136
+ $authform->setFormValue('RegisterUrl' , $authenticationProviderData['RegisterUrl']);
137
$authform->setFormValue('SignInUrl' , $authenticationProviderData['SignInUrl']);
138
$authform->setFormValue('SignOutUrl' , $authenticationProviderData['SignOutUrl']);
139
$authform->setFormValue('IsDefault' , $authenticationProviderData['IsDefault']);
0 commit comments