History log of /plugin/twofactor/ (Results 76 – 100 of 107)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cd19b72427-Jun-2018 Gilles <gilles@wittezaele.fr>

Create settings.php

French language

c639ad0327-Jun-2018 Gilles <gilles@wittezaele.fr>

Create lang.php

French language

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

* Forgot to move setupLocale to before the $lang variable is used.

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

* Added disable code to the admin module if the authentication module does not expose 'getUsers' functionality.
* Updated the language file to be more descriptive when disabling due to authentication

* Added disable code to the admin module if the authentication module does not expose 'getUsers' functionality.
* Updated the language file to be more descriptive when disabling due to authentication module issues.
* Updated the plugin release date files.

show more ...

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

* Updated date in plugin.info.txt so users would update to it.

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

* Updated the new MenuItem object to support a button name supplied by this module instead of relying on the DW native string for "Profile". Yay for polished code.

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

* Updated release date info for release.

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

* Updated code to handle the loss of session data when the client has a valid login cookie.

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

* Again undoing debug code.

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

* Fixed error of attribute breaking 2FA if 2FA is disabled.

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

* Putting debug back into dev branch

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

* Forgot to sanitize. Oops.

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

* Fixing plugin.info.txt with correct date.

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

* Forgot to update plugin.info.txt

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

* Updated code to work with new menu system. Retained old code and hooks for backwards compatibility.

1ecea1c905-Aug-2017 Michael Wilmes <michael.wilmes@gmail.com>

* Updated plugin.info.txt for public release

61142a4305-Aug-2017 Michael Wilmes <michael.wilmes@gmail.com>

* Removed many lines of commented code to sanitize for release.

b8e6f15529-Jul-2017 Michael Wilmes <michael.wilmes@gmail.com>

* Configure the login process to account for sites that do not have mandatory TFA enabled.

00b94d2708-Mar-2017 Michael Wilmes <mwilmes@wilminator.com>

* Updating plugin.info.txt with new release date. Release appears to work with 2017-02-19b "Frusterick Manners" based on internal testing.

aeb515a808-Mar-2017 Michael Wilmes <mwilmes@wilminator.com>

* Corrected syntax error in OTP checking code.

7e44460a03-Mar-2017 Michael Wilmes <mwilmes@wilminator.com>

* Corrected README to point to correct installation path
* Updated error messages regarding the lack of the Attribute plugin to be more clear that the plugin named Attribute is missing.
* Refactored

* Corrected README to point to correct installation path
* Updated error messages regarding the lack of the Attribute plugin to be more clear that the plugin named Attribute is missing.
* Refactored some code to accommodate for versions of PHP that do not let you index a function. This will help future debugging as needed.
* Changed how _send_otp used $modname. It now stores $modname as an array of class names that successfully sent the OTP out.
* Updated the default processLogin function to succeed if any OTP module processing the OTP is in the list of modules that succeeded in sending the OTP.
* Fixed the return value of _send_otp to refer to the correct variable to count.
* Updated the module release date.

show more ...

cae1dea011-Mar-2016 Michael Wilmes <mwilmes@avc.edu>

* Removed a legacy hook that causes user management to fail.
* Removed commented legacy code that serves no purpose.

57cc161f11-Mar-2016 Michael Wilmes <mwilmes@avc.edu>

* Publishing update to internet.

7843e4a503-Feb-2016 Andreas Gohr <andi@splitbrain.org>

Adjust method signatures to match parent

185a84e408-Jan-2016 Michael Wilmes <mwilmes@avc.edu>

* 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

* 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).

show more ...

12345