Hey Aleksandr, I have tested with Firefox 60 and I can replicate your problem. Here are the steps I followed. 1. Go to https://developer.mozilla.org 2. Click the Sign in link top right 3. I am sent to Github to authticate. 4. Once the authentication of the Github website is complete, I am directed to the MDN signup page to create my account 5. I keep the default username and email address and check the privacy/terms checkbox 6. Click on Create profile I am redirected to https://developer.mozilla.org but, instead of my avatar and the user menu being displayed at the top right, I see a Sign in link. I do however receive the email that my signup was successfull. Clicking on the Sign in link seems to essentially just reload the page and I am still not signed in. Because I know what the URL would be for my user profile, I decided to test something. I entered the following into the URL bar: https://developer.mozilla.org/es-US/profiles/mdnwebdocs-tester/edit And there it is, I am logged in and can edit my profile. Looking at the top right now, I _am_ presented with my user avatar and hover over it shows the user options menu. This portion of the site runs on the underlying wiki.developer.mozilla.org codebase so, this suggest that there is a bug with the whoami widget that runs on developer.mozilla.org Looking at the JSON returned from the call to whoami the username is null, and is_authenticated is false. I also noticed that the avatar_url is null. There are no errors in the developer console. I can however also confirm that this does work correctly in Firefox 68 :peterbe should we move this into our Github issues list and investigate further?
Bug 1614273 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Hey Aleksandr, I have tested with Firefox 60 and I can replicate your problem. Here are the steps I followed. 1. Go to https://developer.mozilla.org 2. Click the Sign in link top right 3. I am sent to Github to authenticate. 4. Once the authentication on the Github website is complete, I am directed to the MDN signup page to create my account 5. I keep the default username and email address and check the privacy/terms checkbox 6. Click on Create profile I am redirected to https://developer.mozilla.org but, instead of my avatar and the user menu being displayed at the top right, I see a Sign in link. I do however receive the email that my signup was successful. Clicking on the Sign-in link seems to essentially just reload the page and I am still not signed in. Because I know what the URL would be for my user profile, I decided to test something. I entered the following into the URL bar: https://developer.mozilla.org/es-US/profiles/mdnwebdocs-tester/edit And there it is, I am logged in and can edit my profile. Looking at the top right now, I _am_ presented with my user avatar and hovering over it shows the user options menu. This portion of the site runs on the underlying wiki.developer.mozilla.org codebase so, this suggest that there is a bug with the whoami widget that runs on developer.mozilla.org Looking at the JSON returned from the call to whoami the username is null, and is_authenticated is false. I also noticed that the avatar_url is null. There are no errors in the developer console. I can however also confirm that this does work correctly in Firefox 68 :peterbe should we move this into our Github issues list and investigate further?