My account was deleted

I logged in to my account, and I’m unable to see all the assignments that I already finished. What can I do? I try to log in with all the emails that I normally used but all my assignments are gone. What I should I do?

My username is @aaharo
I used single sign-in with my Github account. Also, my twitter account is connected to my Freecodecamp

There are two different types of saved progress for Free Code Camp: your profile and your browser cache.

A list of your completed challenges is saved to your account in the FCC database. You can see the list of completed challenges by looking at your public portfolio. With a growing curriculum already over 1,400 lessons and a growing user base several times that size, FCC does not store every solution to every challenge in its database. When you complete a challenge, there is a popup that gives you the option to download your solution. This gives you the option to save copy of any solution that you may want to reference later. There are some challenges which are classified as projects required for certifications. Your solutions to those can be viewed on your settings page.

Your in-editor code is saved in your browser’s local storage. Recent in-progress code from the challenge editor is also saved in your local browser cache when you run tests. If you are completing lessons and do not see your recent code, then your local storage has been cleared or something is preventing FCC from writing to your browser’s storage. This could be a browser setting, a privacy extension, or a browser version incompatibility. Especially as you get to more complicated challenges that may take multiple sessions, I strongly recommend saving your in-progress work outside of the browser cache.

This is a good opportunity to learn the ins and outs of your GitHub account, but you can also just save locally or use a service like repl.it which allows for versioning.

That’s not the answer because if you take a look at this page https://www.freecodecamp.org/aaharo , you will see that I already completed some assignments but are not reflected on my account. If I used the single sign-in auth, my assignment will never be reflected into my account

Your account shows that your activity started in July.

I have no idea what you mean when you say that they are completed but “are not reflected on [your] account”.

I completed more assignment and I don’t see them on my account: https://screencast.com/t/QHsBHnVH7. If you take a look at this screenshot, you will see that my last activity was on November: https://screencast.com/t/5VUSirewo

For some reason my email is connected to two different usernames and I don’t know why…

So your problem is that the challenges you have completed since November are not showing up on your timeline?

If so, the most recent cause is that you accidentally created a new account and have been completing challenges while logged into that new account. You should also check your privacy settings (although those tend to be all-or-nothing). After you’ve checked both of those, if new challenges that you complete still don’t show up in your timeline, then please create a GitHub Issue describing the problem in detail.

1 Like

This issues has been reported since @raisedadead was able to see this issue. This is the link to the Jira Report: https://github.com/freeCodeCamp/freeCodeCamp/issues/34699

This is issue is already been solved. The problem was that I added two emails into the same account by doing single sign-in. For some reason the login page didn’t like too much.

Also, thank you for checking out!