<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in settings.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8bfbdf72f24447648ac650be76fa59556d566bf5 - Allow token based logins without 2fa for automated access</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#8bfbdf72f24447648ac650be76fa59556d566bf5</link>
        <description>Allow token based logins without 2fa for automated accessBy default token auth accesses to the API are now always allowed without2fa. If you need automated access to other endpoints (like a scriptprovided by a plugin) an option enables that.

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Wed, 25 Feb 2026 09:25:36 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>95ed3afa6e3b878e620177edc9f7972901595a2d - allow to skip 2fa for trusted IP addresses</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#95ed3afa6e3b878e620177edc9f7972901595a2d</link>
        <description>allow to skip 2fa for trusted IP addresses

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Wed, 21 Feb 2024 09:56:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>09c2ba1ad8cae17a8638e08ccfd0236b58c5d412 - Add &quot;useinternaluid&quot; option</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#09c2ba1ad8cae17a8638e08ccfd0236b58c5d412</link>
        <description>Add &quot;useinternaluid&quot; option

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Sun, 11 Jun 2023 13:53:32 +0000</pubDate>
        <dc:creator>alexdraconian &lt;78018187+alexdraconian@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e7e81ff78a372df44f2ec6bd7331372addd84246 - streamline language files</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#e7e81ff78a372df44f2ec6bd7331372addd84246</link>
        <description>streamline language filesWe use &quot;two-factor&quot; and &quot;mechanism&quot; as our preferred terms now.

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Wed, 16 Mar 2022 14:29:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3574ad29fb5a43eb73d5f86d5d8693d8cff79341 - fixed language files for settings</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#3574ad29fb5a43eb73d5f86d5d8693d8cff79341</link>
        <description>fixed language files for settings

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Tue, 15 Mar 2022 14:06:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2940cae3f256c5e884ea9b9d7b213c47bae3ad8a - removed obsolete config and language</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#2940cae3f256c5e884ea9b9d7b213c47bae3ad8a</link>
        <description>removed obsolete config and language

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Tue, 15 Mar 2022 07:55:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f3b51b671b4171dec1849b452a491ef19da3a59e - remove enable config</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#f3b51b671b4171dec1849b452a491ef19da3a59e</link>
        <description>remove enable configPlugins are enabled or disabled in the extension manager. No need toduplicate it here. The feature was also broken because of strict typechecking.

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Tue, 15 Feb 2022 15:44:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>34dda02b2875c9af990eb2f4de053e4c72d54d03 - * Added LogLog support to this module.</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#34dda02b2875c9af990eb2f4de053e4c72d54d03</link>
        <description>* Added LogLog support to this module.* Refactored workflow to eliminate redundant calls and provide cleaner logging.* Rewrote the login function to (properly) use a cookie to survive a session purge.* The login cookie now has a server-side timeout setting.* Added audit/debug logging.  The audit logging will provide enough logging without LogLog to track user login activity. The debug logging will help me assist when others have problems.* Removed trailing spaces.* Added language internationalization for many options including email notification of successful login option.

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Thu, 12 Jul 2018 03:02:14 +0000</pubDate>
        <dc:creator>Michael Wilmes &lt;michael.wilmes@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7074343a83a2aaa5bb5e18669da06c2bed77fbb - * Removed GetInfo from this module to fallback to base class method.</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#e7074343a83a2aaa5bb5e18669da06c2bed77fbb</link>
        <description>* Removed GetInfo from this module to fallback to base class method.* Updated plugin.info.txt.* Implemented a method-breaking change to _send_otp.  The first argument is now the subject for the message to be sent.  This is used only if the transport supports it.* Implemented login notification in _grant_clearance.* Fixed session-loss fix so that when logging in via tokens (like with GA), the session id is properly recorded.* Split out the message sending function of _send_otp into _send_message in action.php.* Added new configuration options to the module to support the login notification and new message subject functionality.* Rearranged the layout of the en/lang.php file.* Removed the phone string from en/lang.php. This is being pushed back into the transport modules.* Added setting translations for the new settings.* Added per-item translations for the choice settings. This should further help with translations.

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Thu, 28 Jun 2018 01:34:06 +0000</pubDate>
        <dc:creator>Michael Wilmes &lt;michael.wilmes@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>185a84e4dec0ae09940322986dc26d25b049d322 - * Check to see if session is closed before opening and closing the session for _logout and _grant_clearance functions.</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#185a84e4dec0ae09940322986dc26d25b049d322</link>
        <description>* Check to see if session is closed before opening and closing the session for _logout and _grant_clearance functions.* Updated the publication information in preparation for posting to the internet.* Fixed admin page to purge child attribute files.* Fixed failure to pass user to exist check in _settingsGet.* Fixed logic flaw identifying the module used to send OTP, effectively breaking that.* Removed die statement to enable otp passwords.* Updated image for Twofactor Settings.* Refactored code to have new actions for twofactor_login and twofactor_profile.  It is a bit cleaner now.* Restructured twofactor_before_auth_check to do a better job of handling OTP acceptance (or lack thereof).

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Fri, 08 Jan 2016 01:04:20 +0000</pubDate>
        <dc:creator>Michael Wilmes &lt;mwilmes@avc.edu&gt;</dc:creator>
    </item>
<item>
        <title>163ac707d28a7cab09d4545eca233c5a5a0f9969 - * Adding initial twofactor plugin files.</title>
        <link>http://127.0.0.1:8080/history/plugin/twofactor/lang/en/settings.php#163ac707d28a7cab09d4545eca233c5a5a0f9969</link>
        <description>* Adding initial twofactor plugin files.Signed-off-by: Michael Wilmes &lt;mwilmes@wilminator.com&gt;

            List of files:
            /plugin/twofactor/lang/en/settings.php</description>
        <pubDate>Sat, 05 Sep 2015 00:19:50 +0000</pubDate>
        <dc:creator>Michael Wilmes &lt;mwilmes@wilminator.com&gt;</dc:creator>
    </item>
</channel>
</rss>
