I understand that I can't delete the original administrator I set up on the program during installation, but am I able somehow to change that original password?
The best way to do it is to use PhpMyAdmin. Go to the admin table in the database and edit the password by hand. Be aware that the password is an md5 hash. PhpMyAdmin has an md5 option which you will need to use.
I will add this as a feature in the next version.
Let me know if you need any more help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=678800
Originator: NO
The best way to do it is to use PhpMyAdmin. Go to the admin table in the database and edit the password by hand. Be aware that the password is an md5 hash. PhpMyAdmin has an md5 option which you will need to use.
I will add this as a feature in the next version.
Let me know if you need any more help.