You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

683 B

Usage

How to manage users

This allows to reset password for users.

From container (using `docker exec -ti MY_CONTAINER sh`), use `/hedgedoc/bin/manage_users` command (it is not in $PATH).

Command-line utility to create users for email-signin.

Usage: bin/manage_users [--pass password] (--add | --del) user-email
        Options:
                --add   Add user with the specified user-email
                --del   Delete user with specified user-email
                --reset Reset user password with specified user-email
                --pass  Use password from cmdline rather than prompting