tgstation-server 6.12.0
The /tg/station 13 server suite
|
Represents initial credentials used by the server. More...
Static Public Attributes | |
static readonly string | AdminUserName = "Admin" |
The name of the default admin user. | |
static readonly string | DefaultAdminUserPassword = "ISolemlySwearToDeleteTheDataDirectory" |
The default admin password. | |
Represents initial credentials used by the server.
Definition at line 6 of file DefaultCredentials.cs.
|
static |
The name of the default admin user.
Definition at line 11 of file DefaultCredentials.cs.
Referenced by Tgstation.Server.Host.Database.DatabaseSeeder.GetAdminUser(), Tgstation.Server.Host.Database.DatabaseSeeder.SeedAdminUser(), and Tgstation.Server.Host.Authority.UserAuthority.Update().
|
static |
The default admin password.
Definition at line 16 of file DefaultCredentials.cs.
Referenced by Tgstation.Server.Host.Database.DatabaseSeeder.ResetAdminPassword(), and Tgstation.Server.Host.Database.DatabaseSeeder.SeedAdminUser().