summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textw/userauth_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index a4218f928..81331d5fe 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -85,7 +85,7 @@ class RootPasswordWindow:
"\n\n"
"Would you like to continue with this "
"password?" % (msg, )),
- type = "yesno")
+ type = "yesno", default="no")
if ret == 1:
break
else: