You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could expose (or at the very least describe) a way to manage user accounts (i.e. add new users and change passwords).
The quassel-core CLI exposes the following options:
$ docker run -it --rm clue/quassel-core --help
Usage: quasselcore [arguments]
--add-user Starts an interactive session to add a new core user
--change-userpass=[CHANGE-USERPASS] Starts an interactive session to change the password of the user identified by username
…
The text was updated successfully, but these errors were encountered:
It would be nice if we could expose (or at the very least describe) a way to manage user accounts (i.e. add new users and change passwords).
The quassel-core CLI exposes the following options:
The text was updated successfully, but these errors were encountered: