GithubHelp home page GithubHelp logo

Errors when Registering an account about nimforum HOT 9 OPEN

xrfez avatar xrfez commented on June 11, 2024
Errors when Registering an account

from nimforum.

Comments (9)

ringabout avatar ringabout commented on June 11, 2024

I cannot find the account name https://forum.nim-lang.org/profile/xrfez Probably you might try to register again.

from nimforum.

xrfez avatar xrfez commented on June 11, 2024

I am seeing the same.

Invalid Ident Hash

What does Invalid Ident Hash mean? Do I need to try different email / username? Also if I input my email to reset password it says It is not found

from nimforum.

ringabout avatar ringabout commented on June 11, 2024

@xrfez Hello, it seems that others has encountered the same issue as you. I will ask other mods for ideas.

ref #253
ref #241

from nimforum.

ringabout avatar ringabout commented on June 11, 2024

I'm not sure the meaning of "invalid ident hash", here is the offending line

raise newForumError("Invalid ident hash")

when you delete your account the nick remains taken. It's a bug.

Probably try again with another nickname?

from nimforum.

xrfez avatar xrfez commented on June 11, 2024

@ringabout Another Nickname fixed it, but I don't see how I could have deleted my account that I never had. I had tried to use the same credentials over the years... unsuccessfully. It was the gmail bug back then I think. Maybe sql held onto something it shouldn't have while that stuff was being ironed out. Thanks for the effort.

from nimforum.

pietroppeter avatar pietroppeter commented on June 11, 2024

I'm not sure the meaning of "invalid ident hash"

let newIdent = makeIdentHash(name, row[0], epoch, row[1])

the line above creates the newIdent using name, password, salt and epoch. Assuming name, password and salt are not changed (name I think shoud be the nick, password and salt come from db), I imagine the issue might be in the epoch. Next step would be to identify were the api call parameters (especially ident and epoch) come from to see how they could have changed.

I think there might be a bug hidden somewhere that comes up only in specific workflows.

from nimforum.

erdian718 avatar erdian718 commented on June 11, 2024

How did you solve the first problem? @xrfez
When I input the information I am told an unknown error has occurred.

from nimforum.

xrfez avatar xrfez commented on June 11, 2024

How did you solve the first problem? @xrfez When I input the information I am told an unknown error has occurred.

@erdian718 I suggest you reach out to an admin on the Discord. I think they can manually set you up.

from nimforum.

ringabout avatar ringabout commented on June 11, 2024

related #218 #266 #349

from nimforum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.