summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-23 19:13:54 +0000
committerMike Fulbright <msf@redhat.com>2000-06-23 19:13:54 +0000
commit97a74931b87ed703e264e203d83998c876c78eee (patch)
treebcf799227b518c6dc2df563306653069f0d5b60f /todo.py
parent6e8099ca72218cd15755d2c5f6f11de3b2fb65a8 (diff)
downloadanaconda-97a74931b87ed703e264e203d83998c876c78eee.tar.gz
anaconda-97a74931b87ed703e264e203d83998c876c78eee.tar.xz
anaconda-97a74931b87ed703e264e203d83998c876c78eee.zip
Ok have to setupAuthentication FIRST
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 0bd9d7096..84383560d 100644
--- a/todo.py
+++ b/todo.py
@@ -1233,11 +1233,10 @@ 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):