Changeset 1389

Show
Ignore:
Timestamp:
01/28/11 06:35:21 (16 months ago)
Author:
winfried
Message:

- making url in token-mail for entering chatgroup httpS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chatgroup/db/services.py

    r1375 r1389  
    231231 
    232232    def getChatgroupLink(self, site, member, *args, **kwargs): 
    233         return 'http://%s%s/%s?token=%s' % ( 
     233        return 'https://%s%s/%s?token=%s' % ( 
    234234            kwargs['him_request'].environment['HTTP_HOST'], 
    235235            kwargs['him_request'].environment['SCRIPT_NAME'],