History log of /plugin/twofactoremail/ (Results 1 – 20 of 20)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
996b3b4710-Mar-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

3d100f1328-Jan-2026 Szymon Olewniczak <szyolewn@pg.edu.pl>

translation fix

6099d5b128-Jan-2026 Szymon Olewniczak <szyolewn@pg.edu.pl>

polish translation

2663f10311-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

76dcdcd411-Jul-2023 Andreas Gohr <andi@splitbrain.org>

do not rely on global data for user info

a9f0552b24-Jan-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

ea2f6d5e08-Jan-2023 Alexander Lehmann <alexlehm@gmail.com>

Change mail.txt template from %user% to %USER%

when the plugin sends the auth email, the variable %user% is not filled, it has to be %USER% to work

db0e8c0b07-Apr-2022 Andreas Gohr <andi@splitbrain.org>

upped version

d796756722-Mar-2022 Andreas Gohr <andi@splitbrain.org>

added deleted.files

ca5ee52b16-Mar-2022 Andreas Gohr <andi@splitbrain.org>

use otpfield

1a1b1d0615-Mar-2022 Andreas Gohr <andi@splitbrain.org>

simplified setup

a5dfe92f15-Mar-2022 Andreas Gohr <andi@splitbrain.org>

first refactoring based on altemail

ef2ca69c12-Jul-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Fixed logic that left this module unusable until after login.

0707ac6e04-Jul-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Updating French language files.

742dbb2828-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Fixed bad logic in processProfileForm which did not confirm that the email address was verified before testing it for changes. (Issue 3)

4f6a589c28-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Updated transmitMessage to new parent signature with subject.
* Configured email to be sent with subject passed into method.
* Migrated to _settings series of helper calls, removing most calls to $

* Updated transmitMessage to new parent signature with subject.
* Configured email to be sent with subject passed into method.
* Migrated to _settings series of helper calls, removing most calls to $this->attribute->xxx.
* Refactored to allow users to opt into using the registered email OTP.
* Removed GetInfo from this module to fallback to base class method.
* Updated plugin.info.txt.

show more ...

abfa3e2821-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Thank you to Draky50110 for a French translation!
* Updating plugin.info.txt to reflect new updates.

0cdf73a620-Jun-2018 Gilles <gilles@wittezaele.fr>

Create settings.php

French language

7a68210020-Jun-2018 Gilles <gilles@wittezaele.fr>

Create lang.php

French language

3872fea408-Jan-2016 Michael Wilmes <mwilmes@avc.edu>

* Initial release of email module.