History log of /plugin/twofactor/admin.php (Results 1 – 23 of 23)
Revision Date Author Comments
# ccbe238f 24-Jan-2023 Andreas Gohr <andi@splitbrain.org>

fix error message in admin interface


# 588e5659 06-Apr-2022 Andreas Gohr <andi@splitbrain.org>

fix search initiated from paginated view


# 3571ccfc 22-Mar-2022 Andreas Gohr <andi@splitbrain.org>

remove unused properties


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

filter case insensitive in user list


# 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.


# 6ce592ef 15-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fix error in admin when plugin is not ready, yet


# bbe22a6a 14-Mar-2022 Andreas Gohr <andi@splitbrain.org>

finished admin refactoring


# f62d0e33 09-Mar-2022 Andreas Gohr <andi@splitbrain.org>

first start with the admin interface


# d0a31016 15-Feb-2022 Andreas Gohr <andi@splitbrain.org>

auto reformatting


# 91cdada2 19-Jul-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Updated workflow to not assign a login cookie to an unauthenticated user.
* Fixed admin page to handle if the auth plugin cannot return data on a user.


# 2cc41bdd 04-Jul-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Modified the admin pages to not rely on getUserData from the authentication module because there are modules out there that cannot produce a list of users.
* Updated the twofactor profile to not di

* Modified the admin pages to not rely on getUserData from the authentication module because there are modules out there that cannot produce a list of users.
* Updated the twofactor profile to not display options unless the user has opted in.
* Updated plugin.info.txt for release.

show more ...


# e7074343 28-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

* 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 mes

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

show more ...


# 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 ...


# 3a7cbc40 21-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

* Updated release date info for release.


# 4a341b06 20-Jun-2018 Michael Wilmes <michael.wilmes@gmail.com>

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


# 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 ...


# 5ee022e2 08-Jan-2016 Michael Wilmes <mwilmes@avc.edu>

Merge branch 'dev'

# Conflicts:
# plugin.info.txt


# 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 ...


# 61ed09c1 11-Sep-2015 Michael Wilmes <mwilmes@wilminator.com>

* Pulled out debugging code I forgot to remove before releasing.
* Forgot to publish some language updates for new settings I added with the SMS verification.
* Updated the publish date on the files

* Pulled out debugging code I forgot to remove before releasing.
* Forgot to publish some language updates for new settings I added with the SMS verification.
* Updated the publish date on the files to reflect this release date.
* Updated my contact information as I will be using my time instead of work's time for further development.

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


# 51f334ab 05-Sep-2015 Michael Wilmes <mwilmes@wilminator.com>

Set the enabled config to default to 'off' otherwise admins can't get in to configure via GUI.
Fixed some logic errors in loading the attribute helper plugin.
Fixed a logic issue with the OTP state v

Set the enabled config to default to 'off' otherwise admins can't get in to configure via GUI.
Fixed some logic errors in loading the attribute helper plugin.
Fixed a logic issue with the OTP state value in code.

show more ...


# 163ac707 05-Sep-2015 Michael Wilmes <mwilmes@wilminator.com>

* Adding initial twofactor plugin files.

Signed-off-by: Michael Wilmes <mwilmes@wilminator.com>