Add proper ordering to login plugins config opts
[cascardo/ipsilon.git] / ipsilon / login / authfas.py
index 1592cac..c688f3e 100755 (executable)
@@ -91,6 +91,9 @@ Form based login Manager that uses the Fedora Authentication Server
                 ''
             ],
         }
                 ''
             ],
         }
+        self.conf_opt_order = ['FAS url', 'FAS Proxy client user Agent',
+                               'FAS Insecure Auth', 'username text',
+                               'password text', 'help text']
 
     @property
     def help_text(self):
 
     @property
     def help_text(self):