Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 427
    • Issues 427
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Issues
  • #2209

Invalid tokens for password reset

Steps to reproduce

  1. Log out
  2. Ask password reset for any user (tested with 2 different ones)
  3. Correctly receive email with reset link
  4. Go to the reset form (successfully)
  5. Enter a new password, click "Submit"

Note that I'm aware this bug may be specific to my instance (https://funk.firobe.fr), but I don't know why it would be the case yet.

What happens?

The UI reports: "Error while changing your password Invalid value"

Analyzing the answer from the server yields a 400 Bad Request reponse, with the payload

{"token": "Invalid value"}

The token sent by the request is the one transmitted in the e-mail as expected.

funkwhale-server just reports a bad request on the endpoint

What is expected?

The token sent by email is accepted by the API to reset the password.

Context

Funkwhale version(s) affected: 1.3.1+git.cc7fde67
Instance configuration: non-docker, nginx

Edited Aug 25, 2023 by Virgile Robles
Assignee
Assign to
Time tracking