summaryrefslogtreecommitdiffstats
path: root/textw/userauth_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-08-07 17:47:20 +0000
committerChris Lumens <clumens@redhat.com>2006-08-07 17:47:20 +0000
commit667f7e624b564e659c054012dbcc5a0e9aa0347a (patch)
treef8dd32bda8c06c9d837f20788d22de0949aa894f /textw/userauth_text.py
parent0a1771e5eb5d2d068cad0f8e1cb13d3e449abfb4 (diff)
downloadanaconda-667f7e624b564e659c054012dbcc5a0e9aa0347a.tar.gz
anaconda-667f7e624b564e659c054012dbcc5a0e9aa0347a.tar.xz
anaconda-667f7e624b564e659c054012dbcc5a0e9aa0347a.zip
Always set the password field as unencrypted, so interactive kickstart installs
get the right value written into /etc/shadow (#201455).
Diffstat (limited to 'textw/userauth_text.py')
-rw-r--r--textw/userauth_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/userauth_text.py b/textw/userauth_text.py
index c29b44a1e..892f15ebe 100644
--- a/textw/userauth_text.py
+++ b/textw/userauth_text.py
@@ -78,4 +78,5 @@ class RootPasswordWindow:
screen.popWindow()
anaconda.id.rootPassword["password"] = entry1.value()
+ anaconda.id.rootPassword["isCrypted"] = False
return INSTALL_OK