- use PLC_WWW_SSL_PORT
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:33:06 +0000 (17:33 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 16 Jan 2007 17:33:06 +0000 (17:33 +0000)
PLC/Methods/ResetPassword.py

index 2428245..dd76a03 100644 (file)
@@ -96,7 +96,7 @@ class ResetPassword(Method):
             params = {'PLC_NAME': self.api.config.PLC_NAME,
                       'PLC_MAIL_SUPPORT_ADDRESS': self.api.config.PLC_MAIL_SUPPORT_ADDRESS,
                       'PLC_WWW_HOST': self.api.config.PLC_WWW_HOST,
-                      'PLC_WWW_SSL_PORT': self.api.config.PLC_WWW_PORT,
+                      'PLC_WWW_SSL_PORT': self.api.config.PLC_WWW_SSL_PORT,
                       'person_id': person['person_id'],
                       # Will be used in a URL, so must quote appropriately
                       'verification_key': urllib.quote_plus(random_key),