How to enter administraton after setup?

Started by slycrespo on 2024-12-25 19:19 — 3 replies, 512 views

#1
Hello !
I have just successfully installed TorrentPier Cattle. Version 2.4.5-rc.1 and I am wondering how I can access the administration... I tried changing the password for the admin user in PHPMyadmin, but it doesn't work either. I am using PHP version 8.2
Please answer. Thanks!
#2
Hello, and welcome.

You should be able to access it through the link at the bottom of homepage, or specifically going to your.site/admin
#3
Yes, but it shows: The username you submitted is incorrect or invalid, or the password is invalid.
#4
Hello !
I have just successfully installed TorrentPier Cattle. Version 2.4.5-rc.1 and I am wondering how I can access the administration... I tried changing the password for the admin user in PHPMyadmin, but it doesn't work either. I am using PHP version 8.2
Please answer. Thanks!
Changing password directly in the database was a bad idea. (Cuz it hashed with password_hash() algos using unique salt)

Try extracting the DB dump again (to restore password) and logging in with the default credentials - admin/admin.

After, in your profile settings, you can easily change your password.