Tag Info

Hot answers tagged

28

From what I can tell, your ISP likes to assign you different IP addresses more or less by the second – and that's only slight hyperbole. As an example: between 10:02:48 and 10:05:42, a timeframe of just under three minutes, you made requests from fifteen (!) different IP addresses (most of these were heartbeat requests while writing this very question, ...


18

It appears that signing up for Google+ breaks Google Profile OpenIDs. There's not much we can do from our end, as there's no obvious connection between the old and new identifiers. If you intend to signup for Google+, you should use a different OpenID provider than Google Profiles. If you're already locked out, create a new account using the top-level ...


15

Google appears to be suffering some sort of outage, it's not just a Stack Exchange problem. As a work around, if you register a new account at openid.stackexchange.com with the same email address that is associated with your Google account you'll be able to login. We auto-magically map up users with the same verified email address basically. Login in via ...


9

We do not pull a picture based on information sent directly from Google OpenId (or any other OpenId other than Facebook). We use the Gravatar service for our user images. If you edit your profile, you will see a "change picture" link underneath the picture. This link takes you to Gravatar's site. If we are pulling that image for you, it means that the ...


8

That should not happen. There should be a "nonce" in the URL, and Stackoverflow should not accept the same URL twice. It is up to Stackoverflow to verify that the URL can only be used once. It should also time out eventually (I guess it will at least do that).


8

I think existing users can log-in using the standard Google. If it wasn't their alternate, and they are asked to "create a new account" they can hit cancel, but since they are now authenticated with Google, it still works, so it will detect that they are logged in. That happened on a few sites where my only login was my Google profile's login.


7

For certain trusted providers (Google and Facebook are two of them), we will store their assertion of a user's email. If you subsequently login with a different trusted provider which asserts the same email, we'll assume you just forgot which provider you originally used and log you into your existing account rather make a new one (since we're sure it's the ...


6

Math Overflow is part of the Stack Exchange 1.0 network, meaning it's essentially independent from Stack Overflow, SuperUser, etc., which are on the 2.0 platform. Because of this, it's not possible to associate your accounts on Math Overflow. Also, support questions related to Stack Exchange 1.0 sites belong on Meta Stack Exchange. (This question here is ...


6

For me, clearing the cache did not solve the issue, but clearing the stack exchange cookies did. Look here for instructions on how to clear cookies from individual websites. (When I did this, I cleared the cookies for stackexchange, stackoverflow, and superuser.)


5

I don't think you are doing it the right way. You should be doing the following way. Navigate to your profile page. You can do this by clicking on your username. Click on the my logins tab. It should be right under the Ask Question button. Click on add more logins.... Click on it. Add the desired Google Account. Before continuing on to ...


5

This is not fixable at the moment; you'd need to log in to every other account with your "new" old credentials to get them mapped. We are working on a "push my credentials out to every site on the network" feature but it's not quite there as of the time I am writing this. There's a "Copy {Site} login credentials to all Stack Exchange accounts" button on ...


4

These are Stack Exchange 1.0 sites -- they are based on an old fork of the code, and can't be linked with Stack Exchange 2.0 sites. Information on the SE 1.0 to SE 2.0 transition: http://blog.stackoverflow.com/2010/04/changes-to-stack-exchange/ Directory of SE 2.0 sites: http://stackexchange.com/sites


4

You don't automatically have an account there if you have a Stack Exchange account. You could start by creating one. The Stack Exchange OpenID provider is strictly speaking a separate site. It's an actual OpenID provider, and as such it would be somewhat silly if you could log in with, say, your Google acccount. You'd end up with some sort of daisy chain of ...


4

Try adding an account via the settings dashboard. That way, you should be logged into multiple accounts when going to step five.


3

Looks like the Google Profile OpenID changed from https://www.google.com/profiles/example to https://profiles.google.com/example So, I did a global network replace on Regex.Replace(OpenId, 'https?://www\.google\.com/profiles/(.*)', 'https://profiles.google.com/$1') For both OpenId fields. I also updated the login form to use the correct, ...


3

In your user profile, close to "edit," there is the "add openid" link; using that link you can add another OpenID account (in your case, the new Google account). If you have already defined two OpenID accounts, the link I reported becomes "change openid;" using that link you change the alternative account you already defined. You can also swap the main ...


2

I think you're not understanding part of OpenID. If you're "logged into Google with A" any sites you visit using a Google OpenID will log you in using A. OpenID is a kind of Single Sign On concept, where you log in once (to Google, as A) and reuse that login session (glossary help there anyone?) on multiple sites. I have no idea how or why it works when ...


2

Er.. what? We can't reproduce this, and there are sites in the network I don't visit very often, too. Please note we forced logout globally for any users with a Google OpenID ~ April 10th 2010 we forced logout globally, network wide, for all users on ~ September 10th 2010 we delete any sessions older than 4 months as a matter of course. So if you visit ...


2

Yeah, logout of your existing Google Accounts. Head over to your profile, Click on My Logins -> Add new login and login with the desired account.


2

I am user188413, now logged in as myself, having worked around the problem. I decided that Google didn't want to provide OpenID services properly to delegators like myself. In part I reached this conclusion from not finding any documentation where Google says it does want to provide OpenID services to delegators. In part it was based on a Stack Overflow ...


1

I can definitely repro this. http://blog.stackoverflow.com/2009/11/google-offers-named-openids/ Logging in via the Google Profile URL listed there simply doesn't work at all now.


1

Is it possible you're simply still logged in from the cookie of your last session? Unless you explicitly log out of Stack Overflow, you'll remain logged into the site even if you log out of your provider. That way, you can even access your Stack Overflow account without logging into your provider at all (I rarely log into mine, for example). Note that ...


1

Are you clearing your browsing history (cookies, cache, etc) every few days? Otherwise I would see no reason why you would ever get logged out, except for when a big roll out occurs like Earlz mentioned.



Only top voted, non community-wiki answers of a minimum length are eligible