History log of /plugin/twofactor/Settings.php (Results 1 – 4 of 4)
Revision Date Author Comments
# c8525a21 11-Jul-2023 Andreas Gohr <andi@splitbrain.org>

protect password reset with 2fa

This needed some internal changes, because now 2fa data needs to be
checked for a user that is not logged in. Providers may need adjustments
if they access user data.

protect password reset with 2fa

This needed some internal changes, because now 2fa data needs to be
checked for a user that is not logged in. Providers may need adjustments
if they access user data. They should use the getUserData() method of
the abstract Provider class to do so.

show more ...


# 6d69ca71 22-Mar-2022 Andreas Gohr <andi@splitbrain.org>

do not access attribute plugin directly

We always want to use the Settings class to be able to replace the
attribute plugin in the future.


# b6119621 03-Mar-2022 Andreas Gohr <andi@splitbrain.org>

handle user default providers


# a635cb20 02-Mar-2022 Andreas Gohr <andi@splitbrain.org>

basic profile managment refactoring

We now use standard OTP passwords for all providers by default.