You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a username is in camel-case, e.g. MyUser, the user get's added as myuser into the DB (e.g. the orgs table).
This causes access issues during use. Users only see the generic "an unknown error occured" when accessing their own user org and other access-restricted parts within WP.
Users only see the generic "an unknown error occured" when accessing their own user org
Isn't this independent from the names? It should use IDs.
Which tables does this affect? Only orgs or users too?
Because looking at the code, there's no ToLowerCase. The migration doesn't change it, the registration API doesn't change it, and the Gitea driver doesn't change it too (it takes the API field directly).
Which tables does this affect? Only orgs or users too?
I focused on orgs for now but I guess its the same for users.
I don't know yet where the issue is coming from and what causes it. The only thing I can say that I could reproduce it in my private instance (creating a new user with a CamelCase name) and patching usernames from lowercase to CamelCase fixed a lot of access issues the respective users in the CB instance.
Component
server
Describe the bug
When a username is in camel-case, e.g.
MyUser
, the user get's added asmyuser
into the DB (e.g. theorgs
table).This causes access issues during use. Users only see the generic "an unknown error occured" when accessing their own user org and other access-restricted parts within WP.
We have hundreds of these cases in the Codeberg instance (https://codeberg.org/Codeberg-CI/feedback/issues/149). Additionally, I also verified this behavior with a new user on my own private instance.
Not sure if it is forge-related, but it at least affects Gitea/Forgejo.
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: