mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
User cannot login using LDAP auth #1883
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#1883
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YuriMri on GitHub (Aug 13, 2020).
Originally assigned to: @NGPixel on GitHub.
Describe the bug
One of our users in domain environment cannot log in to Wiki.js recently (for about 2 weeks).
Other users so far don't have this problem.
One user receives error:
insert into "users" ("createdAt", "email", "isActive", "isSystem", "isVerified", "localeCode", "name", "pictureUrl", "providerId", "providerKey", "tfaIsActive", "updatedAt") values ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) returning "id" - invalid byte sequence for encoding "UTF8": 0x00
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login to wiki
Screenshots

Host Info (please complete the following information):
Additional context
Add any other context about the problem here.
@NGPixel commented on GitHub (Aug 13, 2020):
This is a known bug related to the user picture field containing binary data. Replace the Avatar Picture Field Mapping with something else in the meantime.
#849