tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
UserUpdateRequest.cs
Go to the documentation of this file.
1using System.ComponentModel.DataAnnotations;
2
4
6{
11 {
15 [Required]
16 public string? Password { get; set; }
17 }
18}
string? Password
Cleartext password of the user.
@ Required
DMAPI validation must suceed for the deployment to succeed.