History log of /plugin/authwordpress/ (Results 51 – 64 of 64)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2995376422-Jan-2016 Damien Regad <dregad@mantisbt.org>

Control default group membership via config option

Prior to this, the plugin would automatically add all users to the
Dokuwiki defaultgroup.

This is now an option for the administrator, via Configu

Control default group membership via config option

Prior to this, the plugin would automatically add all users to the
Dokuwiki defaultgroup.

This is now an option for the administrator, via Configuration Manager.

Fixes #4

show more ...

eed0987120-Jan-2016 Damien Regad <dregad@mantisbt.org>

Add debugging information

When DokuWiki is running in Debug mode (allowdebug = 1), the plugin will
write detailed information in the debug.log file.

- id of user logging in
- SQL statement executed

Add debugging information

When DokuWiki is running in Debug mode (allowdebug = 1), the plugin will
write detailed information in the debug.log file.

- id of user logging in
- SQL statement executed
- query execution status
- password check result

Fixes #5

show more ...

015f33b219-Jan-2016 Damien Regad <dregad@mantisbt.org>

Store PDO connection as property

This way, we only connect to the DB once (in the constructor) and reuse
the established connection when retrieving user data.

Fixes #3

5a63294418-Jan-2016 Damien Regad <dregad@mantisbt.org>

The prefix also applies to capabilities

b5b72c1513-Jan-2016 Damien Regad <dregad@mantisbt.org>

Implement configurable Wordpress DB table prefix

Fixes #1

f609249413-Jan-2016 Damien Regad <dregad@mantisbt.org>

README: fix incorrect link

afd883a621-Nov-2015 Damien Regad <dregad@mantisbt.org>

README file update and conversion to markdown

9520968d21-Nov-2015 Damien Regad <dregad@mantisbt.org>

Fix error when user does not exist

Warning: array_keys() expects parameter 1 to be array, boolean given

0e6cb03c21-Nov-2015 Damien Regad <dregad@mantisbt.org>

Fix vi modeline to not expand tabs

6583c63d21-Nov-2015 Damien Regad <dregad@mantisbt.org>

Setup plugin's config options

- default values
- metadata
- language file

c3db870a21-Nov-2015 Damien Regad <dregad@mantisbt.org>

Language file: error message string

35dd80b821-Nov-2015 Damien Regad <dregad@mantisbt.org>

Auth plugin base implementation

db8c34b521-Nov-2015 Damien Regad <dregad@mantisbt.org>

Add WordPress password hashing framework

Copied from WordPress 4.3.1
httphttpss://github.com/WordPress/WordPress/blob/4.3.1/wp-includes/class-phpass.php

24cd6f5521-Nov-2015 Damien Regad <dregad@mantisbt.org>

Initial commit with plugin structure

Created with DokuWiki Plugin Wizard
http://pluginwiz.dokuwiki.org/

123