-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge accounts #409
Comments
There is a special package for this: bozhao:link-accounts |
yes, i know about it. on the other hand, twitter allows changing a username, so does username at cyberfund, bound to twitter account. which is not good - imagine person picks username ( not having twitter account, using email ), and even if that username was correct at registration time, once twitter appears with same username - boom, we now prefer twitter user against email user already registered. so letting a user with email + without twitter to pick a username is not trivial.. using just a email instead of username - maybe ok, but for me seems bad. username is username, you either have one or not, it s not email address. also, even if we use emails for email users - it s not clear is it ok to have profile link like https;//cyber.fund/@[email protected]. that s why merging accounts is currently suspended |
Since i am not a smart man, let's narrow it down to solve the problem. We need accounts system which has this things:
|
By the way there is a serious flaw with a whole mindset of "we need twitter first and foremost". What if in a future website will rely on something different than twitter? For example, loging throw some decentralized databases services. |
i agree this is flaw. relying on twitter aims to provide kind of social trust - which regular email won't provide. for me, whole situation is weird, but @21xhipster is the boss. |
In this case the only question remains is: what to do with email-only users? How to give them a username because displaying only email seems silly. |
2 ways, allow both twitter user add their email,
and email user should be able to add twitter name
The text was updated successfully, but these errors were encountered: