• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Turn off logs/cookies

Version
4.0.7
PHP version
8.0.28
Database driver
MySQL
Database version
10.5.17-MariaDB-cll-lve
Web browser
chrome

joker_josue

Chevereto Member
I would like the script to stop recording login logs in the DB.
Do you know where I have to edit to remove this function?
 
I don't get if you want to remove the "log in" feature or the "request log". Can you explain?

Whenever a user logs in to the website, a log is recorded in the database, right?
In other words, what I liked was that records could be made in the "login_cookies" database.

How can I do this? Can you please tell me.
 
I still don't understand. You are using a translator and the term "log" gets lost in translation.

Use "log" to refer to a system storing activity. Use "sign in" to refer to the system enabling users to start a session in the system.

Instead of asking how to do X, explain what you want to achieve and I will tell you if possible or not.
 
What you refer to is commonly known as "database-free login system" which is not possible with Chevereto as the modification required to strip the database from the login system is not trivial.

Even if you don't use a database you still need to store the session data somewhere, which is worse than using database and it defeats your original purpose as there will be a record (file whatever) indicating login activity.
 
Back
Top