Add proper ordering to login plugins config opts
[cascardo/ipsilon.git] / ipsilon / login / authpam.py
index 58e07cf..f322e14 100755 (executable)
@@ -99,6 +99,8 @@ for authentication. """
                 'Password'
             ],
         }
+        self.conf_opt_order = ['service name', 'username text',
+                               'password text', 'help text']
 
     @property
     def service_name(self):