After my installation, I checked the database for the password of gamemaster. It appears as default binary value "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", what's password will be used when I try to login into my phpdiplomacy game site.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, the GameMaster account is a system account for sending messages about game processing etc, you're not supposed to log in as him. His MD5 hash is 0 by default, which means no password will work
To create an admin user you need to create a user as normal, go into the database (phpMyAdmin etc), go to the users table and find the user, then add the Moderator and Admin type to his permissions SET. There should be more specifics in INSTALL.txt
Regards,
Kestas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After my installation, I checked the database for the password of gamemaster. It appears as default binary value "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", what's password will be used when I try to login into my phpdiplomacy game site.
Hi, the GameMaster account is a system account for sending messages about game processing etc, you're not supposed to log in as him. His MD5 hash is 0 by default, which means no password will work
To create an admin user you need to create a user as normal, go into the database (phpMyAdmin etc), go to the users table and find the user, then add the Moderator and Admin type to his permissions SET. There should be more specifics in INSTALL.txt
Regards,
Kestas