Commit Graph

11 Commits

Author SHA1 Message Date
0c6099e236 Remove unused imports 2018-06-29 13:40:04 +02:00
6df2043e4d Remove community authentication 1.0
Community authentication 1.0 relied on PostgreSQL connections between
all servers, and hasn't been used for years.

This includes removing the code that migrates users from the old
community authentication system to the new one. This means that any user
who has not logged in since 2011 will no longer be able to user their
oan account, and have to create a new one.
2017-12-10 16:46:43 +01:00
2f52c4f7c4 Clean up whitespace in primary Python / HTML files
Clean up the whitespace in the primary Python / HTML files in
order to make it easier to apply changes going forward.
2017-11-29 08:21:35 -05:00
fab39e039b Remove some really ugly forgotten debugging code... 2011-12-17 17:47:22 +01:00
580c85b059 Don't crash when migrating users with blank name
Some users are registered with just a username and no actual name. The
old way only dealt with users with just first or last name - not the
ones completely without name.
2011-12-08 19:43:47 +01:00
27fc2a7e3c Migrate ssh keys and store them in a UserProfile table 2011-11-27 14:44:18 +01:00
53a7670ca9 Don't crash on users with just one name when trying to turn it into first/last names 2011-08-25 12:23:56 +02:00
a9e5403b5b Enforce lowercase usernames everywhere. 2010-06-22 11:37:39 +02:00
e26e1c55c9 Delete old user when migrating to the new system.
Attempt to migrate the full name of the user a bit smarter.
2010-01-13 21:58:20 +01:00
4f91ae9cc2 Seems password has to be set with set_password... 2009-09-16 17:08:15 +02:00
322da0de7e Implement an authentication backend that will look up the user in the old
community login system in case it's not present in the django auth one,
and if necessary create the object in the django one.
2009-09-16 16:43:46 +02:00