First time here? Check out the FAQ!

Revision history  [back]

Because we're using Google Apps and therefore have @mycompany.com emails, I just modified the django_authopenid backend to force it to a Google Apps login.

Changed www.google.com/08/id (or something) in util.py to www.google.com/o8/site-xrds?hd=mycompany.com and an openid patch from that adieu posted up.

After that, I just disabled all other logins (only allowing a Google login), and only allowed registered users to view site.

Because we're using Google Apps and therefore have @mycompany.com emails, I just modified the django_authopenid backend to force it to a Google Apps login.

Changed www.google.com/08/id (or something) in util.py to www.google.com/o8/site-xrds?hd=mycompany.com and an openid patch from that adieu posted up.

After that, I just disabled all other logins (only allowing a Google login), and only allowed registered users to view site.