History log of /plugin/authwordpress/ (Results 1 – 25 of 64)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
68c0984229-May-2025 Damien Regad <dregad@mantisbt.org>

Bump version to 2025-05-29

6d3e34e429-May-2025 Damien Regad <dregad@mantisbt.org>

Fix incorrect link

a628975729-May-2025 Damien Regad <dregad@mantisbt.org>

Update README.md

224e5cdd29-May-2025 Damien Regad <dregad@mantisbt.org>

Fix static analysis warnings

f4aa129b29-May-2025 Damien Regad <dregad@mantisbt.org>

Catch PDOException instead of generic Exception

d46733c529-May-2025 Damien Regad <dregad@mantisbt.org>

Extend AuthPlugin class

Get rid of legacy DokuWiki_Auth_Plugin alias.

bdb9e9d429-May-2025 Damien Regad <dregad@mantisbt.org>

PHPDoc

c66ceb5429-May-2025 Damien Regad <dregad@mantisbt.org>

Coding guidelines

bc637d0916-Apr-2025 Tim Oberländer <86679219+tim12312@users.noreply.github.com>

Update auth.php to support new wp 6.8 hashs

19f1865205-Jan-2025 Damien Regad <dregad@mantisbt.org>

Bump version to 2025-01-05

dcac9e7405-Jan-2025 Damien Regad <dregad@mantisbt.org>

Update README.md

666403ee05-Jan-2025 Damien Regad <dregad@mantisbt.org>

Fix checking of passwords containing `\`, `'` or `"`

WordPress adds slashes to the password before generating the hash, so we
need to do the same otherwise password containing `\`, `'` or `"` will
n

Fix checking of passwords containing `\`, `'` or `"`

WordPress adds slashes to the password before generating the hash, so we
need to do the same otherwise password containing `\`, `'` or `"` will
not match.

Fixes #23

show more ...

e74ba40705-Jan-2025 Damien Regad <dregad@mantisbt.org>

Apply WordPress latest changes to phpass class

Copied from 6.7.1 [1].

[1]: https://github.com/WordPress/WordPress/blob/6.7.1/wp-includes/class-phpass.php

d7b2c95806-Mar-2024 Damien Regad <dregad@mantisbt.org>

Bump version to 2024-03-06

4c492adf06-Mar-2024 Damien Regad <dregad@mantisbt.org>

Update README.md

6aec856207-Dec-2023 粗音未来 <miku39@onsei.fans>

translation update

719dda8c06-Jun-2023 Damien Regad <dregad@mantisbt.org>

Bump version

f9e2a9eb06-Jun-2023 Damien Regad <dregad@mantisbt.org>

Update README.md

86900f6006-Jun-2023 Damien Regad <dregad@mantisbt.org>

.gitignore: .DS_Store

e03e23f306-Jun-2023 Damien Regad <dregad@mantisbt.org>

Fix #20: Adopt PSR-12 coding standard

d743509606-Jun-2023 Damien Regad <dregad@mantisbt.org>

Fix PHPDoc and static analysis warnings

308b48d306-Jun-2023 Damien Regad <dregad@mantisbt.org>

Replace deprecated dbglog() calls

Use Logger::debug() instead

Fixes #19

493dbdc619-Aug-2021 Ferdinand Thiessen <rpm@fthiessen.de>

Fix compatibility with MySQL 8+, fixes #17

acc20be002-May-2020 Damien Regad <dregad@mantisbt.org>

Initialize variables to avoid PHP notices

5d099ac102-May-2020 Damien Regad <dregad@mantisbt.org>

PHPDoc

123