2022-05-09 04:56:29 +00:00
<?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>
2022-06-02 04:37:20 +00:00
<version > 1.0.0</version>
2022-05-09 04:56:29 +00:00
<licence > agpl</licence>
<author mail= "raoul@snyman.info" > Raoul Snyman</author>
<namespace > ExternalPassword</namespace>
<category > customization</category>
<category > security</category>
2022-05-12 00:26:12 +00:00
<website > https://git.snyman.info/raoul/externalpassword</website>
<repository > https://git.snyman.info/raoul/externalpassword</repository>
2022-05-09 04:58:48 +00:00
<bugs > https://git.snyman.info/raoul/externalpassword/issues</bugs>
2022-05-09 04:56:29 +00:00
<dependencies >
2022-05-17 06:04:44 +00:00
<nextcloud min-version= "22" max-version= "25" />
2022-05-09 04:56:29 +00:00
</dependencies>
2022-05-12 00:26:12 +00:00
<settings >
<admin > OCA\ExternalPassword\Settings\Admin</admin>
<personal > OCA\ExternalPassword\Settings\Personal</personal>
</settings>
2022-05-09 04:56:29 +00:00
</info>