Searched refs:allow_users_to_change_password (Results 1 – 2 of 2) sorted by relevance
1566 def update_account_password_policy(self, allow_users_to_change_password=None, argument1624 … if allow_users_to_change_password is not None and type(allow_users_to_change_password) is bool:1625 params['AllowUsersToChangePassword'] = str(allow_users_to_change_password).lower()1626 if hard_expiry is not None and type(allow_users_to_change_password) is bool:1634 … if require_lowercase_characters is not None and type(allow_users_to_change_password) is bool:1636 if require_numbers is not None and type(allow_users_to_change_password) is bool:1638 if require_symbols is not None and type(allow_users_to_change_password) is bool:1640 … if require_uppercase_characters is not None and type(allow_users_to_change_password) is bool:
73 … allow_users_to_change_password=bool(p['allow_users_to_change_password']),