Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/openid into lp:loco-directory.
Requested reviews: loco-directory-dev (loco-directory-dev) For more details, see: https://code.launchpad.net/~chrisjohnston/loco-directory/openid/+merge/78184 -- https://code.launchpad.net/~chrisjohnston/loco-directory/openid/+merge/78184 Your team loco-directory-dev is requested to review the proposed merge of lp:~chrisjohnston/loco-directory/openid into lp:loco-directory.
=== modified file 'loco_directory/settings.py' --- loco_directory/settings.py 2011-09-20 13:04:24 +0000 +++ loco_directory/settings.py 2011-10-05 01:18:20 +0000 @@ -32,6 +32,9 @@ TEMPLATE_DEBUG = DEBUG STATIC_SERVE = True +OPENID_STRICT_USERNAMES=True +OPENID_FOLLOW_RENAMES=True + from common import utils VERSION_STRING = utils.get_locodirectory_version( os.path.join(PROJECT_PATH, "version"),
_______________________________________________ Mailing list: https://launchpad.net/~loco-directory-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~loco-directory-dev More help : https://help.launchpad.net/ListHelp

