julython/julython.org

Fix account creation with just username.

Closed this issue · 6 comments

Since the move off of appengine the account creation and login with just email and password has been broken.

  • Fix the login page to work with email/password
  • Add a signup page for just email/password

UPDATE:

  • Fix login for username/password
  • Add signup page for username/password

I'll be working on this.

A lot of the profile stuff relies on having a username.

For now I'm switching to using the user's id instead, but we should think of a better solution.

I'm sorry, I guess I wrote up this ticket without much thought. It should be to allow them to sign in with a username and password. Usernames are kind of vital to the site and we can't change the urls now. Sorry!

That's no problem. Learned a bunch about Django in the process. I'll update the pull request.

It's updated. Please take a look.

I think this issue can be closed.