diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2023-01-23 15:36:37 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2023-01-23 15:36:37 +0100 |
commit | ec932fb533e539428cc67cb818bf88fe0088f8ef (patch) | |
tree | b33f0f3d77a0e8f838a278080eced3f509fdc747 | |
parent | 1eafbf3cc3de35a30d0dd8918f3ba78e74200414 (diff) | |
download | gpigeon-registering+multiusersupport.tar.gz gpigeon-registering+multiusersupport.zip |
Update README.md => multi-user goal of this branchregistering+multiusersupport
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ not a GPG user) so they can send you encrypted mail messages via a one-time web link. Feels of déjàvu ? I was inspired by [https://hawkpost.co](https://hawkpost.co) but wasn't really interested in the multi-user perspective and managing a database. + I've recently added minimal support for multiple users, but adding them -is done via the command line, and you'll have to import public +is done via the command line, and you'll have to import their public GPG keys into your keyring first. I plan on adding invites in the future, generated by command line then directly from web interface. @@ -125,5 +126,5 @@ Thanks to the `gpigeonctl` script, you can : - Clean cookies (`cleancookies`) - Clean generated links (`cleanlinks`) -The script is mostly interactive, so no automatic adding of user +The script is mostly interactive, so no automatic adding of users at the moment. |