| cd19b724 | 27-Jun-2018 |
Gilles <gilles@wittezaele.fr> |
Create settings.php
French language |
| c639ad03 | 27-Jun-2018 |
Gilles <gilles@wittezaele.fr> |
Create lang.php
French language |
| a675b66f | 26-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Forgot to move setupLocale to before the $lang variable is used. |
| b71db9c8 | 26-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 ...
|
| f6acc257 | 21-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Updated date in plugin.info.txt so users would update to it. |
| 4617c009 | 21-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. |
| 3a7cbc40 | 21-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Updated release date info for release. |
| 1f407ac2 | 21-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. |
| 0b45f086 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Again undoing debug code. |
| 4a341b06 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Fixed error of attribute breaking 2FA if 2FA is disabled. |
| 0dd0eb91 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Putting debug back into dev branch |
| d9b49b4c | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Forgot to sanitize. Oops. |
| 163d7b71 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Fixing plugin.info.txt with correct date. |
| 3497e9a1 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Forgot to update plugin.info.txt |
| 02d69a53 | 20-Jun-2018 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Updated code to work with new menu system. Retained old code and hooks for backwards compatibility. |
| 1ecea1c9 | 05-Aug-2017 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Updated plugin.info.txt for public release |
| 61142a43 | 05-Aug-2017 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Removed many lines of commented code to sanitize for release. |
| b8e6f155 | 29-Jul-2017 |
Michael Wilmes <michael.wilmes@gmail.com> |
* Configure the login process to account for sites that do not have mandatory TFA enabled. |
| 00b94d27 | 08-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. |
| aeb515a8 | 08-Mar-2017 |
Michael Wilmes <mwilmes@wilminator.com> |
* Corrected syntax error in OTP checking code. |
| 7e44460a | 03-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 ...
|
| cae1dea0 | 11-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. |
| 57cc161f | 11-Mar-2016 |
Michael Wilmes <mwilmes@avc.edu> |
* Publishing update to internet. |
| 7843e4a5 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| 185a84e4 | 08-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 ...
|