GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
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.