password property

String? password
getter/setter pair

The plaintext password to give the user. Must be at least 8 characters long, and can not be in any list of hacked passwords.

Implementation

String? password;