]> git.openstreetmap.org Git - osqa.git/commit
OSQA-310, during facebook oauth2 registration check whether the length of the user...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 3 Jul 2011 13:52:44 +0000 (13:52 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 3 Jul 2011 13:52:44 +0000 (13:52 +0000)
commitcc266e75da29c970544e815dab67b95521ea23b3
tree237d69dad788762bc1569f78c54caefa828963e6
parenta927a78b4b0571dbdbd850a7b192bdb434e16061
OSQA-310, during facebook oauth2 registration check whether the length of the user email is greater than 75 characters, if it is replace the email variable with a blank string, not to have problems with the Django user model (imposed max length -- 75 chars)

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1101 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum_modules/facebookauth/authentication.py