We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa32042 commit ee3ef13Copy full SHA for ee3ef13
README.md
@@ -20,8 +20,8 @@ Gangster Legends v2 is a open source PBBG game engine written in PHP using a MyS
20
3. Import `install/schema.sql` and `install/data.sql` to your MySQL Database
21
4. Open up `dbconn.php` and alter the connection string with your MySQL username, password and database name
22
5. The game should now be made with some sample data
23
-6. You can login with the email `[email protected]` and the password `adminPass`
24
-7. Go to your profile and change your password
+6. Register a new user account
+7. Open up phpMyAdmin and go to the `users` table and edit the `U_userLevel` from `1` to `2`
25
26
# Example
27
0 commit comments