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

Improve User creation. #20

Open
richardkmichael opened this issue Sep 2, 2011 · 1 comment
Open

Improve User creation. #20

richardkmichael opened this issue Sep 2, 2011 · 1 comment

Comments

@richardkmichael
Copy link
Owner

When a user logs in using their GitHub credentials, we create a stub user account.

Should we track this at all? We need it for collaborations, so we'd have to re-work collaborations as well.

If we completely depend on GitHub only, we could leverage their projects, collabs, etc..

app/models/user.rb

  • A trigger here, to alert the user we've created an account for them.
  • Fire an email if there's an address? Display a notification in the view? What about API?
  • If the user has no email, this will fail.
@franckverrot
Copy link
Collaborator

I dont think you really need to tell him you created an user in your system. The app just uses its local storage as a proxy to the GH API.

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