aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2023-01-23 15:36:37 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2023-01-23 15:36:37 +0100
commitec932fb533e539428cc67cb818bf88fe0088f8ef (patch)
treeb33f0f3d77a0e8f838a278080eced3f509fdc747
parent1eafbf3cc3de35a30d0dd8918f3ba78e74200414 (diff)
downloadgpigeon-registering+multiusersupport.tar.gz
gpigeon-registering+multiusersupport.zip
Update README.md => multi-user goal of this branchregistering+multiusersupport
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14be24c..7017976 100644
--- a/README.md
+++ b/README.md
@@ -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.