Code Monkey home page Code Monkey logo

Comments (2)

eArabic avatar eArabic commented on July 17, 2024

I registered with a very strong password but the error is still persistent I can not register and log on to the control panel.

3

from chyrp-lite.

xenocrat avatar xenocrat commented on July 17, 2024

The "authentication token" is Chyrp Lite's CSRF token which is inserted into pages that allow privileged actions. The token is a hash of a secret stored on the server combined with the IP address of the client that requested the page, so for it to be invalid one of three things is happening:

  1. Your IP address is changing between the time you loaded the page and applied the changes.
  2. Your web browser is changing or removing the value of the token in the pages so that when you apply the changes, the token is rejected.
  3. The page contains an invalid token when loaded because something between you and the server is caching the pages despite being told not to do so by Chyrp Lite.

The authentication token might be a problem if you use a proxy or data-saver. For this reason it will be reimplemented in the upcoming release of Chyrp Lite using a different method. You can try making changes to your network connection (disable proxies and data-savers if possible) or you could try upgrading using a download from the master branch (use the “clone or download” button to do this).

from chyrp-lite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.