Hi there,
I really hope, you can help me. I've tried to install many times, and the installation is no problem.
After having completed the last step, I come to the login form, and enter the default username and the code. I keep getting this 403-oage saying
Error 403 - Forbidden
You don’t have permission to access this page
← Go back to your RSS feeds
Can anything be done with this?
Best regards,
Hanne
Hello,
Could you tell a bit more about your platform (operative system, Web server, PHP version, FreshRSS version...)?
Try to reset the password manually with the following procedure:
./FreshRSS/data/config.php and set 'auth_type' => 'none',In addition, check the logs:
Possible errors include wrong file permissions on the server and JavaScript errors.
If login via Web Form cannot work for you, it is also possible to login via HTTP Auth.
@Stegemueller Did that fix the problem?
This issue could be related to https://github.com/FreshRSS/FreshRSS/issues/1807 (fixed), in particular if you were using double authentication (HTTP authentication and Web form).
Closing, but feel free to ask again :-)
Most helpful comment
Hello,
Could you tell a bit more about your platform (operative system, Web server, PHP version, FreshRSS version...)?
Try to reset the password manually with the following procedure:
./FreshRSS/data/config.phpand set'auth_type' => 'none',In addition, check the logs:
Possible errors include wrong file permissions on the server and JavaScript errors.
If login via Web Form cannot work for you, it is also possible to login via HTTP Auth.