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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Discord ID field for users is uneditable #117

Open
Pomi108 opened this issue Nov 28, 2023 · 3 comments
Open

[Bug] Discord ID field for users is uneditable #117

Pomi108 opened this issue Nov 28, 2023 · 3 comments
Labels

Comments

@Pomi108
Copy link
Contributor

Pomi108 commented Nov 28, 2023

What happened?

Title. No cursor is shown, and you can't delete, replace or add any characters.

To reproduce

  1. Go to the Users tab
  2. Search for an existing user and edit their profile
  3. Click on the Discord ID field
  4. It gets selected, but you can't actually make any edits.

Screenshot(s)

No response

Browser name and version

Firefox 120.0

Logs

No response

Notes

No response

@Pomi108 Pomi108 added the bug Something isn't working label Nov 28, 2023
@3vorp
Copy link
Contributor

3vorp commented Dec 3, 2023

this is really annoying because discord ids are used as the way to store user information everywhere (since for most users it never changes), meaning you have to update basically everything (contributions, add-ons, etc) if changing an id

also, since discord ids are used as property keys in the actual users.json file, you'd basically have to delete the user and readd them if you're changing their discord id, which means that everything has to be copied over

@TheRolfFR
Copy link
Member

Field works as inteded
image
This data should not be modified anytime.
Not a bug, it's an intended feature..

@3vorp 3vorp closed this as not planned Won't fix, can't repro, duplicate, stale Apr 7, 2024
@3vorp
Copy link
Contributor

3vorp commented Sep 14, 2024

completely forgot about this issue, I forgot I made an API endpoint for this a long time ago which we could use making this possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants