property StoreUserPassword: Boolean default True;
Description
The StoreUserPassword property determines if password should be saved for user objects. Set this property to True to store password together with the information about user in the plain form. Set this property to False to store only the hash of the password without plain password. This is necessary for security. For example, it is used to protect user passwords if user information was stolen by an intruder.