Removed unused secondary auth files.

This commit is contained in:
MobiusDevelopment
2022-05-04 22:42:04 +00:00
parent 669827ec14
commit c286ac8a4b
4 changed files with 0 additions and 638 deletions

View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="list">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="enabled" type="xs:boolean" minOccurs="1" maxOccurs="1" />
<xs:element name="maxAttempts" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1" />
<xs:element name="banTime" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1" />
<xs:element name="recoveryLink" type="xs:string" minOccurs="1" maxOccurs="1" />
<xs:element name="forbiddenPasswords" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1">
<xs:element name="password" type="xs:string" minOccurs="1" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>