diff --git a/README.md b/README.md index 591a47fdc96ddd3a98d1355698756c49c5aa257d..49c1741dcd518fdcbd108a3ef150eb2ace4bfe55 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ PravServer is a fork of [QuicksyServer](https://github.com/inputmice/QuicksyServer). QuicksyServer is the backend of the [Quicksy](https://quicksy.im)-App that handles both registration of new users (verified by SMS) and phone number to Jabber ID discovery. +## Creating accounts on Prav Server + +ssh into the server and open the file `/etc/quicksy-accounts.csv` + +Add the phone number of the account holder and write a six-digit number after inserting a comma next to the phone number at the end of the file. + +Just save the file and run + +`systemctl restart quicksy` + +Now ask the person to register using prav app and provide them with the 6 digit OTP you added to the csv file above. + ## HTTP API The HTTP API is responsible for registration, password resets and SMS verification. As far as the app is concerned initial registration and password reset behave exactly the same.