crusade-tracker/config/auth-config.xml
2021-01-18 15:27:50 -05:00

13 lines
348 B
XML

<?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>