History log of /plugin/twofactor/ (Results 26 – 50 of 107)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
03bae0e016-Mar-2022 Andreas Gohr <andi@splitbrain.org>

reuse sticky property from main cookie

When a user wants to stay logged in, the two factor auth is saved for 3
months (main login is saved for a year)

a01d09a816-Mar-2022 Andreas Gohr <andi@splitbrain.org>

added custom OTP form field

This also fixes wilminator/dokuwiki-plugin-twofactor#26

7827997816-Mar-2022 Andreas Gohr <andi@splitbrain.org>

style adjustment

0407d28216-Mar-2022 Andreas Gohr <andi@splitbrain.org>

make 2fa login more recognizable

e7e81ff716-Mar-2022 Andreas Gohr <andi@splitbrain.org>

streamline language files

We use "two-factor" and "mechanism" as our preferred terms now.

3574ad2915-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fixed language files for settings

1c8522cb15-Mar-2022 Andreas Gohr <andi@splitbrain.org>

changed how provider setup works

This makes the interface a bit cleaner and less confusing

16ed396415-Mar-2022 Andreas Gohr <andi@splitbrain.org>

some cleanup and streamlining for providers

2fadf18815-Mar-2022 Andreas Gohr <andi@splitbrain.org>

make tolerance easier to override in config

2940cae315-Mar-2022 Andreas Gohr <andi@splitbrain.org>

removed obsolete config and language

6ce592ef15-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fix error in admin when plugin is not ready, yet

bbe22a6a14-Mar-2022 Andreas Gohr <andi@splitbrain.org>

finished admin refactoring

f6b6142310-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fix handling of multiple providers

f62d0e3309-Mar-2022 Andreas Gohr <andi@splitbrain.org>

first start with the admin interface

210d81e309-Mar-2022 Andreas Gohr <andi@splitbrain.org>

disable the user temporarily in all non-main screens

This requires the new DOKUWIKI_INIT_DONE event introduced in
splitbrain/dokuwiki#3640

857c5abc09-Mar-2022 Andreas Gohr <andi@splitbrain.org>

delete cookie on logout

5f8f561a09-Mar-2022 Andreas Gohr <andi@splitbrain.org>

use action to register providers

dc037a7b03-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fix user checking in preprocess

97647c7e03-Mar-2022 Andreas Gohr <andi@splitbrain.org>

profile localization and styling

4b9cff8a03-Mar-2022 Andreas Gohr <andi@splitbrain.org>

manage optouts

c9e42a8d03-Mar-2022 Andreas Gohr <andi@splitbrain.org>

show proper links for alternative providers

6c996db803-Mar-2022 Andreas Gohr <andi@splitbrain.org>

fix cookie security

The cookie is now tied to the provider and cookie secret. This way it
can not be constructed without inside knowledge.

30625b4903-Mar-2022 Andreas Gohr <andi@splitbrain.org>

Removed old code

The basic mechanisms have been reimplemented, so the old code has been
removed.

b611962103-Mar-2022 Andreas Gohr <andi@splitbrain.org>

handle user default providers

848a9be002-Mar-2022 Andreas Gohr <andi@splitbrain.org>

remember 2fa authentications

12345