|
@@ -180,6 +180,9 @@ class CLICallback(Callback):
|
|
def getsecret(self, question):
|
|
def getsecret(self, question):
|
|
return getpass.getpass(question + ":")
|
|
return getpass.getpass(question + ":")
|
|
|
|
|
|
|
|
+ def getnewsecret(self, question):
|
|
|
|
+ return getpass.getpass(question + ":")
|
|
|
|
+
|
|
|
|
|
|
class PwmanConvertDB(object):
|
|
class PwmanConvertDB(object):
|
|
"""
|
|
"""
|