<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>externalpassword</id>
    <name>External Password</name>
    <summary>An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password.</summary>
    <description><![CDATA[An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. This is useful in conjunction with an app like external_users.]]></description>
    <version>1.0.0</version>
    <licence>agpl</licence>
    <author mail="raoul@snyman.info" >Raoul Snyman</author>
    <namespace>ExternalPassword</namespace>
    <category>customization</category>
    <category>security</category>
    <website>https://git.snyman.info/raoul/externalpassword</website>
    <repository>https://git.snyman.info/raoul/externalpassword</repository>
    <bugs>https://git.snyman.info/raoul/externalpassword/issues</bugs>
    <dependencies>
        <nextcloud min-version="22" max-version="25" />
    </dependencies>
    <settings>
        <admin>OCA\ExternalPassword\Settings\Admin</admin>
        <personal>OCA\ExternalPassword\Settings\Personal</personal>
    </settings>
</info>