31 lines
857 B
XML
31 lines
857 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info>
|
|
<id>password_policy</id>
|
|
<name>Password policy</name>
|
|
<summary>Allows admins to configure a password policy</summary>
|
|
<description>
|
|
Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length
|
|
</description>
|
|
<version>4.0.0-dev.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Bjoern Schiessle</author>
|
|
<namespace>Password_Policy</namespace>
|
|
<types>
|
|
<authentication/>
|
|
</types>
|
|
<default_enable/>
|
|
<category>security</category>
|
|
<bugs>https://github.com/f7cloud/password_policy/issues</bugs>
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2" />
|
|
</dependencies>
|
|
|
|
<settings>
|
|
<admin>OCA\Password_Policy\Settings\Settings</admin>
|
|
</settings>
|
|
</info>
|