Ignore:
Timestamp:
Nov 28, 2018, 8:49:22 AM (4 years ago)
Author:
Nicklas Nordborg
Message:

References #2131: Add support for installing multiple authentication managers

Added an "external" version of the default username+password login form. This is is disabled by default but need to be used when another external authentication manager has been installed and some users still need to be able to login with username+password.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/clients/web/web-extensions.xml

    r7271 r7536  
    212212     * OnSave: Add callback functionality when saving from an edit dialog
    213213  -->
     214 
     215  <extension
     216    id="password-login-form"
     217    extends="net.sf.basedb.clients.web.login-form"
     218    >
     219    <about>
     220      <name>Password login form</name>
     221      <description>
     222        The regular username+password login form. This is disabled by
     223        default, but need to be enabled when installing an external
     224        authentication manager that is optional.
     225      </description>
     226    </about>
     227    <index>99</index>
     228    <action-factory>
     229      <factory-class>net.sf.basedb.clients.web.extensions.login.PasswordLoginFormFactory</factory-class>
     230    </action-factory>
     231  </extension>
    214232 
    215233  <extension
Note: See TracChangeset for help on using the changeset viewer.