-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Login for madrid.rb #1063
Comments
sure, lets fix all the small things that got broken in the past :) |
Well, after sending the message above I thought about looking at issues and I found #1034 It's mentioned there that a possible workaround would be to register with a GitHub account that used the exact same email address that was used on Twitter. It doesn't work for me, but maybe there's something else in my case. Some other users of Madrid.rb are just finding this issue (and I guess it must have happened to users of other communities, too). I'd like to provide them with a solution. Thanks |
The GitHub workaround was just an idea, I was not sure weather it would work. Actually good that it does not from a security perspective 😸 So there are some solutions that come to my mind: a) register a new user and manually copy the authorization to the old user, discarding the new one afterwards b and c have the drawback that it only works if you still have access to the registered email account. |
You could use my one-time-password-email-auth-provider for omniauth that i use at weg.li in order to provide password-less logins via email login links https://github.com/weg-li/weg-li/blob/master/app/lib/omni_auth/strategies/email.rb |
PS: F U ELON! |
@josepegea regarding the login via twitter with an existing session: the site has a remember-me cookie that probably does a login in some kind of way. the actual twitter auth is dead, that cant work. |
@phoet OTP-email is a nice idea. |
I'll try to add the email login, although it will most likely be during the weekend |
Ok, I finally found the time to finish the Email OTP Auth thing. See the PR at #1068 |
I just received this email, could you help re-onbaord @josepegea ?
TL:DR:
It's clear from #1034 that this has happened to more users. Knowing a recommended course of action would be great. Thanks
The text was updated successfully, but these errors were encountered: