Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Add django's auth module #1

Open
ntoll opened this issue May 25, 2012 · 4 comments
Open

Add django's auth module #1

ntoll opened this issue May 25, 2012 · 4 comments
Milestone

Comments

@ntoll
Copy link
Member

ntoll commented May 25, 2012

See https://docs.djangoproject.com/en/dev/topics/auth/ for details.

This will allow users to register and belong to groups.

You get brownie points if you can link accounts to social media.

User's probably ought to have:

  • username
  • real name
  • password
  • email
  • bio
  • avatar

... at the very least.

@kynan
Copy link
Member

kynan commented May 28, 2012

Fixed in 726bea7

@kynan kynan closed this as completed May 28, 2012
@kynan kynan reopened this May 28, 2012
@kynan
Copy link
Member

kynan commented May 28, 2012

In fact, that was a bit early closing this issue. Should use https://github.com/omab/django-social-auth to allow signing in with twitter, google etc.

@ntoll
Copy link
Member Author

ntoll commented May 29, 2012

Yes. :-)

@ntoll
Copy link
Member Author

ntoll commented May 30, 2012

The linking to social networks is dealt with specifically by #34. However, adding bio, avatar and other such fields to the user's profile should still be completed before this ticket is closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants