Generates a random password for the user.
XIH.Password(length)
XIH.Password(letters, length)
XIH.Password(seed, length)
XIH.Password(seed, letters, length)
Parameter | Data type | Description | Sample |
---|
length | int | Length of the password | "10" |
letters | string | Letters that the password is made off | "ABC" |
seed | int | A number from which the password is generated from so that it is recreatable | "32" |
Be careful with the length it can get out of hand fast.
Returns a string.