Skip to content

Resolve "Cannot edit users details"

Agate requested to merge 869-username-chars into master

Closes #869 (closed)

The problem was that /manage/users/users (the UI for local accounts only) while the API endpoint expects a federation username. In some circumstances, the two values can differ because we have a strict policy on allowed characters in the federation username, and strip everything but letters, digits and underscores. A user having a test.example username would actually get a testexample federation username.

cc @funkwhale/reviewers-python

Edited by Agate

Merge request reports