Skip to content
Snippets Groups Projects
Unverified Commit 17dd18c6 authored by Ravi Dwivedi's avatar Ravi Dwivedi
Browse files

Document how to create new accounts.

parent 49627edc
Branches
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment