Moving import to outside of this function
[mediagoblin.git] / mediagoblin / auth /
2011-06-01 Christopher Allan... Moving import to outside of this function
2011-06-01 Christopher Allan... Give a "proper" view for resending verification email
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicAdded the ability to regenerate a verification key.
2011-05-31 Aleksandar MicovicAdded a temporary verification page informing the user...
2011-05-29 Jakob Kramerremove all 'username_repr' stuff
2011-05-29 Jakob Kramerdon't import 're'
2011-05-29 Jakob Kramerthis should fix #354
2011-05-08 Christopher Allan... [to_email] rather than list(to_email) which makes a...
2011-05-08 Christopher Allan... Merge remote branch 'refs/remotes/jwandborg/master'
2011-05-07 Joar WandborgRemoved unused variable
2011-05-07 Joar WandborgMade changes according to bugs.foocorp.net/issues/271...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-07 Joar WandborgAdded functionality to send out verification email...
2011-05-06 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-04 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-05-03 Joar WandborgAdded functionality to support user email verification...
2011-04-23 Christopher Allan... Probably better to request.POST.get?
2011-04-13 Will Kahn-GreeneChanges Mediagoblin -> MediaGoblin.
2011-04-03 Christopher Allan... Herp derp GPL notice blocks should even be on routing.
2011-04-03 Christopher Allan... We should use one instead of find_one to really make...
2011-04-03 Christopher Allan... Also handle when there is no such user
2011-04-03 Christopher Allan... Working logout function
2011-04-03 Christopher Allan... Logins seem to work.
2011-04-03 Christopher Allan... Clarified documentation on fake_login_attempt and resto...
2011-04-03 Christopher Allan... starting to write login code
2011-04-03 Christopher Allan... Added a fake_login_attempt utility.
2011-04-03 Christopher Allan... Use the passwordfield for password fields, obviously ;o
2011-04-03 Christopher Allan... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher Allan... Registering almost works right :)
2011-04-03 Christopher Allan... We should return a unicode object in bcrypt_gen_passwor...
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher Allan... Basic authentication tools using py-bcrypt