RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Account Passwords

Shroud

Wanderer
I have noticed there isn't [password to change an account password. Is there a way to enable that command or do you have to type in another "[" command to do it?
 

Soteric

Knight
In AccountHandler.cs change
Code:
private static bool PasswordCommandEnabled = false;
to
Code:
private static bool PasswordCommandEnabled = true;
 

Vorspire

Knight
Too many people type it wrong and blurt out their passwords in general chat, it's a security risk tbh so don't forget to compensate :p
 

Lichtblitz

Sorceror
Too many people type it wrong and blurt out their passwords in general chat, it's a security risk tbh so don't forget to compensate :p

That's the reason why the default command is a terrible solution. After some complaints from players we changed the command to bring up a gump where you can change the password. It won't be stored in the client's history and you can't accidentally tell it to everyone around you. This is especially important if you're synchronizing passwords with other services as well and if the synchronization process isn't instantaneous. Some software requires a restart to change user passwords...
 
Top