
Lost password
Moderators: Board moderators, Metalforge staff
Lost password
I have been cut offline for a few months, and now I have no idea what my password was
what is the policy in these cases? Just abandon the character? Please add a note about this in the "rules" document or handbook.

Since there is no good (or easy) way to reset a character password for you then there is nothing that can be done. It is not a "rule" that needs to go on the rules page it is just that the code is not there to handle replacing your password. If you forget your password then it's your problem. Also if you give your password to someone else and then decide that was a bad idea, again it's your problem.
e-mail: poof \a\t eracc \d\o\t com
Re: Lost password
There are no ways of retrieving/changing a lost password built in the game. That's because we don't wish to have more players who are not even able to hack their own account back.lalo wrote:I have been cut offline for a few months, and now I have no idea what my password waswhat is the policy in these cases? Just abandon the character? Please add a note about this in the "rules" document or handbook.
Seriously though, password changing/retrieval is a request and should be fulfilled by someone as soon as possible... for now, your best choice is probably to contact the admin of the server.
/* Debian GNU/Linux - rebooting is for adding hardware. */
If only the sf tracker allowed voting
as for contacting the admin: I thought this was the purpose of this forum?
if you notice what forum I posted on, you'll see I'm talking specifically about a metalforge character, and not about the possibility of retrieving passwords in general (which, I suppose, I could code myself if I could find the time)

as for contacting the admin: I thought this was the purpose of this forum?

-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
At this time, a forgotten or lost password means abandoned character.lalo wrote: as for contacting the admin: I thought this was the purpose of this forum? if you notice what forum I posted on, you'll see I'm talking specifically about a metalforge character, and not about the possibility of retrieving passwords in general (which, I suppose, I could code myself if I could find the time)
Unless you can prove your identity and ownership of the player in question and (I assume..) the server admin can verify this information - they could (in theory..) reset the password through direct access to the server.
As mentioned before, there is no good (or easy) way to currently reset a lost or forgotten password.
You're right, the rest of the followups are a side tangent concerning resetting passwords and possible scenarios for a server admin to reset a password.
Do you not keep an IP associated with a login? Maybe it's just in the logs when a person does something bad.. if you can match this persons IP with the IP saved in the player file (if there was one), that would solve some problems..
Also.... Why not a web-type interface to change character passwords? I know it's not the most direct way to do it, but the file is text based.. you could re-write the same file, replacing one line with new password...
Just an idea...
Also.... Why not a web-type interface to change character passwords? I know it's not the most direct way to do it, but the file is text based.. you could re-write the same file, replacing one line with new password...
Just an idea...
-
- Forum Fanatic
- Posts: 852
- Joined: Sun Jun 13, 2004 2:07 am
- Location: Hemel Hempstead
Two problems with this:Do you not keep an IP associated with a login? Maybe it's just in the logs when a person does something bad.. if you can match this persons IP with the IP saved in the player file (if there was one), that would solve some problems..
1. I regularly play from two different IP adresses, same person, same character(s)
2. At both these locations I am NATted and other players (my younger brothers and my housemates) play from the same IP adresses as I use.
None of these other people are me and should not be able to change my password on me.
Unfortunatly until IPv6 is introduced more widely, 1 person == 1 IP is not a valid assumption.