- Timestamp:
- Feb 27, 2014, 11:18:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.yubikey/trunk/META-INF/extensions.xml
r2252 r2256 25 25 <factory-class>net.sf.basedb.yubikey.YubiKeyAuthenticationManagerFactory</factory-class> 26 26 </action-factory> 27 </extension> 28 29 <extension 30 id="net.sf.basedb.yubikey.login-form" 31 extends="net.sf.basedb.clients.web.login-form" 32 > 33 <about> 34 <name>UbiKey login form</name> 35 </about> 36 <index>1</index> 37 <action-factory> 38 <factory-class>net.sf.basedb.yubikey.YubiKeyLoginFormFactory</factory-class> 39 <parameters> 40 <stylesheet>~/css/yubico.css</stylesheet> 41 </parameters> 42 </action-factory> 27 43 28 44 </extension> 45 29 46 </extensions>
Note: See TracChangeset
for help on using the changeset viewer.