FAQ | This is a LIVE service | Changelog

Skip to content

Synchronise Lookup institutions.

Dean Rasheed requested to merge issue-7-synchronise-lookup-insts into master

This causes Lookup institutions and their members to be synchronised with groups in Google, in a similar way to Lookup groups. The unique identifier of the group in Google is it's email address:

email = {instID.lower()}@{insts_domain}

where {insts_domain} is a configurable secondary domain (noting that the local part of the email address is required to be lowercase, whereas all instIDs from Lookup are uppercase).

Closes #7 (closed)

Merge request reports