Ignore:
Timestamp:
Feb 28, 2014, 2:20:18 PM (9 years ago)
Author:
Nicklas Nordborg
Message:

References #580: Authenticate users using YubiKey? sticks

Added a YubiKey? tab in the 'Edit user' dialog. This should make it relatively easy to register/unregister a YubiKey? with a certain user.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.yubikey/trunk/META-INF/extensions.xml

    r2256 r2259  
    1919    >
    2020    <about>
    21       <name>UbiKey authentication manager</name>
     21      <name>YubiKey authentication manager</name>
    2222    </about>
    2323    <index>1</index>
     
    3232    >
    3333    <about>
    34       <name>UbiKey login form</name>
     34      <name>YubiKey login form</name>
    3535    </about>
    3636    <index>1</index>
     
    4141      </parameters>
    4242    </action-factory>
    43  
    4443  </extension>
     44
     45  <extension
     46    id="net.sf.basedb.yubikey.user-edit"
     47    extends="net.sf.basedb.clients.web.tabcontrol.edit.user"
     48    >
     49    <about>
     50      <name>YubiKey tab in user edit dialog</name>
     51    </about>
     52    <index>1</index>
     53    <action-factory>
     54      <factory-class>
     55        net.sf.basedb.clients.web.extensions.tabcontrol.IncludeContentTabFactory
     56      </factory-class>
     57      <parameters>
     58        <id>yubikey-tab</id>
     59        <title>YubiKey</title>
     60        <tooltip>Assign a YubiKey to the user</tooltip>
     61        <include>~/edit-user.jsp</include>
     62        <stylesheet>~/css/yubico.css</stylesheet>
     63        <script>~/edit-user.js</script>
     64      </parameters>
     65    </action-factory>
     66  </extension>
     67
    4568 
    4669</extensions>
Note: See TracChangeset for help on using the changeset viewer.