Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: Duplicate verification users API entry. #5717

Closed
2 tasks done
byawitz opened this issue Jun 16, 2023 · 1 comment 路 Fixed by #5918
Closed
2 tasks done

馃悰 Bug Report: Duplicate verification users API entry. #5717

byawitz opened this issue Jun 16, 2023 · 1 comment 路 Fixed by #5918
Assignees
Labels
backlog Issues waiting in the backlog bug Something isn't working product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Milestone

Comments

@byawitz
Copy link
Member

byawitz commented Jun 16, 2023

馃憻 Reproduction steps

I'm not sure - maybe it is purposely - but I've noticed that the /v1/users/:userId/verification PATCH endpoint is written twice inside the file app/controllers/api/users.php.

  • First occurrence - Link
  • Second occurrence - Link

The only difference is the first version also includes, this line

    ->label('audits.userId', '{request.userId}')

馃憤 Expected behavior

To have just one, for easy maintaining process.

馃憥 Actual Behavior

There's two.

馃幉 Appwrite version

Version 1.3.x

馃捇 Operating system

Linux

馃П Your Environment

Edge version in Github.

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@byawitz byawitz added the bug Something isn't working label Jun 16, 2023
@joeyouss joeyouss self-assigned this Jun 19, 2023
@joeyouss
Copy link

Hey there,

Yes, we're aware of this. It seems like there's some leftover code that needs fixing, and it will be taken care of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues waiting in the backlog bug Something isn't working product / auth Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants