-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05c8f6e
commit 7078133
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
def main(): | ||
""" Takes in list of users and resets each SIP password. This | ||
will return the list of users and their new changed password. | ||
""" Takes in list of users and performs below: | ||
Enables VM, | ||
Adds VM to email if required along with email address, | ||
Transfer on zero (if required) and destination, | ||
VM common password, | ||
Auto-login | ||
:param x: | ||
:param y: | ||
:param z: | ||
:return r: | ||
""" | ||
return | ||
return |