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
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
The text was updated successfully, but these errors were encountered:
What is this issue about?
The User Interface (UI) shows the user full name instead of the username.
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?
The text was updated successfully, but these errors were encountered: