Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Variables
webiopi-passwd Namespace Reference

Variables

 file = None
 
tuple f = open(file, "w")
 
string _LOGIN = "Enter Login: "
 
string _PASSWORD = "Enter Password: "
 
string _CONFIRM = "Confirm password: "
 
string _DONTMATCH = "Passwords don't match !"
 
tuple login = raw_input(_LOGIN)
 
tuple password = getpass.getpass(_PASSWORD)
 
tuple password2 = getpass.getpass(_CONFIRM)
 
tuple auth = encryptCredentials(login, password)
 

Variable Documentation

string webiopi-passwd._CONFIRM = "Confirm password: "

Definition at line 36 of file webiopi-passwd.py.

string webiopi-passwd._DONTMATCH = "Passwords don't match !"

Definition at line 37 of file webiopi-passwd.py.

string webiopi-passwd._LOGIN = "Enter Login: "

Definition at line 34 of file webiopi-passwd.py.

string webiopi-passwd._PASSWORD = "Enter Password: "

Definition at line 35 of file webiopi-passwd.py.

tuple webiopi-passwd.auth = encryptCredentials(login, password)

Definition at line 52 of file webiopi-passwd.py.

tuple webiopi-passwd.f = open(file, "w")

Definition at line 33 of file webiopi-passwd.py.

Referenced by py_get_function(), and py_get_function_string().

string webiopi-passwd.file = None

Definition at line 17 of file webiopi-passwd.py.

tuple webiopi-passwd.login = raw_input(_LOGIN)

Definition at line 41 of file webiopi-passwd.py.

tuple webiopi-passwd.password = getpass.getpass(_PASSWORD)

Definition at line 44 of file webiopi-passwd.py.

tuple webiopi-passwd.password2 = getpass.getpass(_CONFIRM)

Definition at line 45 of file webiopi-passwd.py.