DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 259 forks source link

Create user #136

Closed unglevan closed 10 years ago

unglevan commented 10 years ago

How can i create user. I can not find user's table in database.

thijskh commented 10 years ago

Which DOMjudge version is this?

eldering commented 10 years ago

The easiest way is probably through the admin webinterface: go to the 'users' tab and click on the small icon in the lower left corner.

In the DOMjudge database there should be a table 'user' (are you using version 4.0?) which basically contains the information that you can edit also through the admin interface.

unglevan commented 10 years ago

thanks. It working. But what is jury admin user pass?

thijskh commented 10 years ago

Default username is "admin", password is "admin". Of course, you will need to change it immediately.

This will be in the manual in the upcoming release.