Esempio n. 1
0
def node_pwd():
    try:
        pwdtools.change_password(Config.USER)
    except Exception, e:
        print e
Esempio n. 2
0
def root_pwd():
    try:
        pwdtools.change_password("root")
    except Exception, e:
        print e