Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Namespaces | Variables
webiopi-passwd.py File Reference

Go to the source code of this file.

Namespaces

 webiopi-passwd
 

Variables

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