crusade-tracker/config/auth-config.xml

13 lines
348 B
XML
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE auth-config SYSTEM "auth-config.dtd">
<auth-config>
<auth-modules>
<auth-module type="Default">
<property key="freeRegistrationAllowed">false</property>
</auth-module>
<auth-module type="Token-Auth" />
<auth-module type="HTTP-Basic"/>
</auth-modules>
</auth-config>