View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005046 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-11-16 18:12 | 2022-11-27 17:23 |
| Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
| Severity | Feature-request | ||||
| Status | resolved | Resolution | fixed | ||
| Summary | 0005046: Refactor forum driver password API | ||||
| Description | PHPBB now uses Argon2id for storing its passwords. This breaks forum_authorise_login in PHPBB as we can no longer directly compare hashes; we must use PHP's password_verify. However, we cannot remove support for hash comparison as this is a fairly new feature; some passwords may still be stored in PHPBB with the old hashing. The password API might therefore need to be refactored to accommodate this problem. | ||||
| Tags | Roadmap: v11 | ||||
| Sponsorship open | |||||
|
|
I've reworked the code a lot. Actually it could have worked with the old API, but it was spaghetti and confusing. It's now a lot cleaner. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-11-16 18:12 | Patrick Schmalstig | New Issue | |
| 2022-11-16 18:12 | Patrick Schmalstig | Status | non-assigned => assigned |
| 2022-11-16 18:12 | Patrick Schmalstig | Assigned To | => Chris Graham |
| 2022-11-20 02:53 | Chris Graham | Tag Attached: Roadmap: v11 | |
| 2022-11-27 17:23 | Chris Graham | Status | assigned => resolved |
| 2022-11-27 17:23 | Chris Graham | Resolution | open => fixed |
| 2022-11-27 17:23 | Chris Graham | Note Added: 0007742 | |
| 2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |