-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Make it possible for a user to retrieve his user id #8892
Comments
This issue has been open 90 days with no activity. Can you give it a little love by linking it to a parent issue, adding relevant labels and projets, creating a mockup if applicable, adding code pointers from https://github.com/openfoodfacts/openfoodfacts-server/blob/main/.github/labeler.yml, giving it a priority, editing the original issue to have a more comprehensive description… Thank you very much for your contribution to 🍊 Open Food Facts |
I would like to work on this issue! |
Hi @alexgarel, can you confirm if this issue is stale or not? I'm a bit confused because I went through the problem description and tried to recreate on my end but I see that the userid already exists on the Account Parameters page hence why I want to know if it still needs some work. See screenshot for reference. Also, should the field be called |
@TheSussex I am already working on this issue, thanks! |
I think it was fixed some times ago ! Thanks for reporting. |
That's a good point, I will file another issue. |
Filed #9942 |
Keycloak supersedes this |
Problem
As stated on slack by a user, it's very hard to retrieve your user id. It only appears in the urls.
It should be easy for a user to know his userid.
Proposed solution
Display the user id in the "account parameters" page.
Code pointers
see cgi/user.pl which use a template (see at the end). Just add userid it in the template context and display it in the template.
Part of:
The text was updated successfully, but these errors were encountered: