PasswordOption

enum docushare.PasswordOption(value)

Option for password prompting.

Valid values are as follows:

ASK = <PasswordOption.ASK: 'Always prompts the user to enter the password in the console.'>
USE_STORED = <PasswordOption.USE_STORED: 'Try to use the stored password if exists. If not, prompts the user to enter the password in the console. Correctly authenticated password will be stored. Note that `keyring` module is required to use this option.'>