RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Newpass changed by who? #49

Closed Eckspert closed 4 years ago

Eckspert commented 4 years ago

When I reset #1's password with @newpass, it failed to report who... Below is what I see.

Your password has been changed by .

mrsenile commented 4 years ago

Per the code the only time this would occur is if the name of the player was literally blank.

For example, the db that gets loaded is corrupt and all the names are gone. You log in #1 with the newpass_god setting, then @newpassword me=foo

That will tell you the name is 'empty' because with the corrupt db the name would be empty.

Can you please verify the name of the player at the time when you newpassworded #1?

Eckspert commented 4 years ago

The DB had infact corrupted