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

User full name shown as if it was the username in header #35

Open
rlaiola opened this issue Sep 25, 2023 · 0 comments
Open

User full name shown as if it was the username in header #35

rlaiola opened this issue Sep 25, 2023 · 0 comments

Comments

@rlaiola
Copy link
Contributor

rlaiola commented Sep 25, 2023

What is this issue about?

The User Interface (UI) shows the user full name instead of the username.

Screen Shot 2023-09-25 at 15 37 27

Screen Shot 2023-09-25 at 15 38 12

The problem occurs in the following files:

https://github.com/cassiopc/boca/blob/master/src/admin/header.php#L65
https://github.com/cassiopc/boca/blob/master/src/judge/header.php#L69
https://github.com/cassiopc/boca/blob/master/src/score/header.php#L51
https://github.com/cassiopc/boca/blob/master/src/staff/header.php#L54
https://github.com/cassiopc/boca/blob/master/src/system/header.php#L51
https://github.com/cassiopc/boca/blob/master/src/team/header.php#L54

How to test it?

git clone --branch test_master https://github.com/rlaiola/boca.git
cd boca
# Launch application (it may take a while)
docker compose up -d
# Open a web browser and visit the URL http://localhost:8000/boca.
# First, create and activate a BOCA contest (user: system | password: boca).
# Then, login as admin (user: admin | password: boca).
# To stop the application:
docker compose down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant