|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Variables | |
| context | |
| mailbox | |
| new_pw | |
| old_pw | |
| list | PW_BLACKLIST |
| list | REGEX_BLACKLIST |
| int | REQUIRED_LENGTH = 6 |
Sample externpasscheck script for use with voicemail.conf Copyright (C) 2010, Digium, Inc. Russell Bryant <russell@digium.com> The externpasscheck option in voicemail.conf allows an external script to validate passwords when a user is changing it. The script can enforce password strength rules. This script is an example of doing so and implements a check on password length, a password with too many identical consecutive numbers, or a password made up of sequential digits.
| context |
Definition at line 45 of file voicemailpwcheck.py.
| mailbox |
Definition at line 45 of file voicemailpwcheck.py.
| new_pw |
Definition at line 45 of file voicemailpwcheck.py.
| old_pw |
Definition at line 45 of file voicemailpwcheck.py.
| list PW_BLACKLIST |
Definition at line 31 of file voicemailpwcheck.py.
| list REGEX_BLACKLIST |
Definition at line 23 of file voicemailpwcheck.py.
| int REQUIRED_LENGTH = 6 |
Definition at line 19 of file voicemailpwcheck.py.