From: Mark Huang Date: Tue, 16 Jan 2007 17:33:06 +0000 (+0000) Subject: - use PLC_WWW_SSL_PORT X-Git-Tag: pycurl-7_13_1~91 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4f87899ff7aecb0d213ace1208694b288f9cd33d;p=plcapi.git - use PLC_WWW_SSL_PORT --- diff --git a/PLC/Methods/ResetPassword.py b/PLC/Methods/ResetPassword.py index 2428245..dd76a03 100644 --- a/PLC/Methods/ResetPassword.py +++ b/PLC/Methods/ResetPassword.py @@ -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),