-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login reload #419
Comments
I have confirmed the database is passing information as I do see session data being updated in the tables if I manually delete this data and attempt to re-access the website, new data is added. I still have no ideas why when I click login the login page is just reloaded. |
I have similar issue to this, and the solution I find is to check the cookie settings in shared/config/tce_config.php. If you try to push the TCExam in an HTTP request instead of HTTPS, make sure to change the K_COOKIE_SECURE to 'false'. |
Yes also solved my problem |
I have tried what you mentioned and to ignore login fingerprinting as well to no avail. Has anyone got this running on a raspberry pi?
On Jun 26, 2024, at 7:36 AM, AbdulRasheed8888 ***@***.***> wrote:
Yes also solved my problem
Thanks
—
Reply to this email directly, view it on GitHub<#419 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZ5NWRXFZCWYZZVKKWUKJ7LZJKRUXAVCNFSM6AAAAABCOOOTDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJRGQ3TIMZYHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Describe the bug
I finally got this running on my raspberry pi 4 I only need it for a couple of people but when i authenticate with the default username and password (admin 1234) the page reloads right back to the login screen
To Reproduce
Steps to reproduce the behavior:
Expected behavior
take me to the next screen when the correct information is entered
Logs
If applicable, copy the relevant logs to help explain your problem.
no php logs in apache2 listed
Environment:
Additional context
App version:16.1.0
Php version:8.3
Apache version:2.4.56
Zbar-tools
Texlive
Mariadb version:10.5.21
The text was updated successfully, but these errors were encountered: