diff --git a/Topcoder/modules/TopcoderConfigurationModule.php b/Topcoder/modules/TopcoderConfigurationModule.php index e669c44..fca9309 100644 --- a/Topcoder/modules/TopcoderConfigurationModule.php +++ b/Topcoder/modules/TopcoderConfigurationModule.php @@ -133,6 +133,7 @@ public function initialize($schema = null) { $authform = new Gdn_Form(); $authform->setModel($model); $authform->setFormValue('AuthenticationKey','topcoder'); + $authform->setFormValue('RegisterUrl' , $authenticationProviderData['RegisterUrl']); $authform->setFormValue('SignInUrl' , $authenticationProviderData['SignInUrl']); $authform->setFormValue('SignOutUrl' , $authenticationProviderData['SignOutUrl']); $authform->setFormValue('IsDefault' , $authenticationProviderData['IsDefault']);