Skip to content
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

Implement auto-passwords mode #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 6, 2018

  1. Implement auto-passwords mode

    This mode is automatically enabled iff:
    
    - The password field is disabled
    - Normal login is disabled
    - Automatic login is enabled
    
    In this mode, the login hash cookie acts as the only needed
    authentication. It is assigned automatically when the user posts
    something for the first time, and allows them to redact all comments made
    while still in possession of said cookie.
    CyberShadow committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    7c833ab View commit details
    Browse the repository at this point in the history