| #
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 ...
|
| #
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 ...
|
| #
890553cf |
| 10-Sep-2015 |
Michael Wilmes <mwilmes@wilminator.com> |
* Added SMS verification when configuring an account to use OTP via cellphone. * Cleaned up the profile interface. * Added README files. * Updated plugin.info.txt for feature release.
Signed-off-by:
* Added SMS verification when configuring an account to use OTP via cellphone. * Cleaned up the profile interface. * Added README files. * Updated plugin.info.txt for feature release.
Signed-off-by: Michael Wilmes <mwilmes@wilminator.com>
show more ...
|