HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/files.wb-cloud.nl/public_html/apps/twofactor_totp/appinfo/info.xml
<?xml version="1.0"?>
<!--
  - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>twofactor_totp</id>
	<name>Two-Factor TOTP Provider</name>
	<summary>Two-factor TOTP provider</summary>
	<description>A two-factor authentication provider for TOTP (RFC 6238)</description>
	<version>14.0.0</version>
	<licence>agpl</licence>
	<author>Christoph Wurst</author>
	<namespace>TwoFactorTOTP</namespace>
	<category>security</category>

	<website>https://github.com/nextcloud/twofactor_totp#readme</website>
	<bugs>https://github.com/nextcloud/twofactor_totp/issues</bugs>
	<repository type="git">https://github.com/nextcloud/twofactor_totp.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
	<dependencies>
		<nextcloud min-version="32" max-version="32" />
	</dependencies>
	<two-factor-providers>
		<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
	</two-factor-providers>
	<commands>
		<command>OCA\TwoFactorTOTP\Command\CleanUp</command>
	</commands>
	<activity>
		<settings>
			<setting>OCA\TwoFactorTOTP\Activity\Setting</setting>
		</settings>
		<providers>
			<provider>OCA\TwoFactorTOTP\Activity\Provider</provider>
		</providers>
	</activity>
</info>