Changing account password?

I made an account with the username crispyapple, but i forgot the password to it. Is there a way to change it?

As of this time, we do not have any password reset functionality. The workaround is to create a new account. Please note that we are working on implementing password resets in the CL4 port, but that will not do much good since accounts currently don’t have a way to register recovery methods.

Oh well, it was worth asking anyway. Thanks.

I’m pretty sure mikedev can change it manually in the database but I might be wrong idk

No, passwords are hashed, so unless you can create a new account with the password you can remember, and get mikedev to copypaste the hashed value in to your old account, it’s not possible.

I’ve had Mike change my password before because I accidentally leaked it and there wasn’t an official way to change your password yet. I sent him the bcrypt hash to store in the database.

Essentially what I was saying, but you bcrypt your password instead of creating a new account