summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-20 15:24:45 +0000
committerMike Fulbright <msf@redhat.com>2000-06-20 15:24:45 +0000
commit8da5d97e0c9fef5b6a1db671cf5b4bb20b2ae363 (patch)
tree53d622b47e246372afc26d15f855350172a45cdb /todo.py
parent7c55d289ee3af3ec9ac04dfd697a6aa6f1563e95 (diff)
downloadanaconda-8da5d97e0c9fef5b6a1db671cf5b4bb20b2ae363.tar.gz
anaconda-8da5d97e0c9fef5b6a1db671cf5b4bb20b2ae363.tar.xz
anaconda-8da5d97e0c9fef5b6a1db671cf5b4bb20b2ae363.zip
try setting up auth after creating accounts
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 355b7fbd4..0bd9d7096 100644
--- a/todo.py
+++ b/todo.py
@@ -1233,9 +1233,11 @@ class ToDo:
self.writeMouse ()
self.writeKeyboard ()
self.writeNetworkConfig ()
- self.setupAuthentication ()
self.writeRootPassword ()
self.createAccounts ()
+
+ # should do this AFTER created accounts
+ self.setupAuthentication ()
self.writeTimezone()
def sortPackages(self, first, second):