Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/2.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Changed

- The app is named "Two-Factor Email", like the other two-factor providers in the app list

## 3.3.3 (2026-09-05)

### Added
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_email</id>
<name>Two-Factor email provider</name>
<summary>Email two-factor provider</summary>
<name>Two-Factor Email</name>
<summary>A login code sent to the user's email address</summary>
<description><![CDATA[### A two-factor provider using email

Nextcloud can ask for a second factor after the password (two-factor
Expand Down
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<div id="twofactor_email-admin_settings">
<NcSettingsSection
:name="t('twofactor_email', 'Two-Factor email provider')"
:name="t('twofactor_email', 'Two-Factor Email')"
:description="t('twofactor_email', 'These system wide settings are saved automatically shortly after the last keypress.')">
<!-- Group: authentication code -->
<fieldset class="settings-group">
Expand Down
Loading