X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Flogin%2Fauthform.py;h=d372eff235e510bf4d8013109db9d6c92c0c6bd3;hp=85b31bd5eb980b374120247751c935e2d85ad6ea;hb=ccd28c8113c715ece7aa48febbe03ceccac0d733;hpb=25b8eaf83e681a9322cffe61aad5254bcbe0c917 diff --git a/ipsilon/login/authform.py b/ipsilon/login/authform.py index 85b31bd..d372eff 100755 --- a/ipsilon/login/authform.py +++ b/ipsilon/login/authform.py @@ -50,15 +50,11 @@ class LoginManager(LoginManagerBase): self.name = 'form' self.path = 'form' self.page = None + self.service_name = 'form' self.description = """ Form based login Manager. Relies on mod_intercept_form_submit plugin for actual authentication. """ self._options = { - 'service name': [ - """ The name of the PAM service used to authenticate. """, - 'string', - 'remote' - ], 'help text': [ """ The text shown to guide the user at login time. """, 'string', @@ -75,10 +71,7 @@ Form based login Manager. Relies on mod_intercept_form_submit plugin for 'Password' ], } - - @property - def service_name(self): - return self.get_config_value('service name') + self.conf_opt_order = ['username text', 'password text', 'help text'] @property def help_text(self):