Spline users plugin, focused on OpenID support.
authorEevee <git@veekun.com>
Tue, 20 Jan 2009 08:28:12 +0000 (00:28 -0800)
committerEevee <git@veekun.com>
Tue, 20 Jan 2009 08:28:12 +0000 (00:28 -0800)
commitefc8b2bfc9e8a98fe563608a9467d541fb99c614
tree45ffde8affc2092004adc8d05babba9daf81c05a
Spline users plugin, focused on OpenID support.

OpenID login itself actually works.  Not much else.
.gitignore [new file with mode: 0644]
setup.py [new file with mode: 0644]
spline/__init__.py [new file with mode: 0644]
spline/plugins/__init__.py [new file with mode: 0644]
spline/plugins/users/__init__.py [new file with mode: 0644]
spline/plugins/users/controllers/__init__.py [new file with mode: 0644]
spline/plugins/users/controllers/accounts.py [new file with mode: 0644]
spline/plugins/users/model/__init__.py [new file with mode: 0644]