diff --git a/x360ce.Web/Security/Controls/CreateUser.ascx.cs b/x360ce.Web/Security/Controls/CreateUser.ascx.cs index caafede5..ed3373ee 100644 --- a/x360ce.Web/Security/Controls/CreateUser.ascx.cs +++ b/x360ce.Web/Security/Controls/CreateUser.ascx.cs @@ -134,6 +134,11 @@ protected override void OnInit(EventArgs e) /// /// Generates a pseudorandom password that cannot be predicted. /// + /// + /// The length of the password to be generated, + /// if left to zero - a random password-length will be generated. + /// + /// A list of characters from which the password can consist of. /// A string representing a securely-generated password. public string NewPassword(uint length = 0, string charlist = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!\"£$%^&*()_+=-{}[]:@~;'#/,.<>?\\") {