mirror of
https://github.com/iv-org/documentation.git
synced 2025-12-17 09:34:01 -05:00
fix warnings about contains an unrecognized relative link
This commit is contained in:
parent
8ab43741b7
commit
b23c72bd02
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Registering users manually
|
||||
|
||||
You might want to disable registration in your [instance config](/configuration), but still have a quick way to manually register users upon request. To do so, first set up a separate instance that only listens on localhost, has registration enabled,
|
||||
You might want to disable registration in your [instance config](./configuration.md), but still have a quick way to manually register users upon request. To do so, first set up a separate instance that only listens on localhost, has registration enabled,
|
||||
and captchas as well as background jobs disabled. Make sure you have a way to start it easily with just one or a few commands, e.g. via a systemd service. Then, use something like the script below (in the example, the instance is started via a systemd
|
||||
service called `podman-invidious_register`, and it listens on localhost port 21742. **Warning**: This script is vulnerable to SQL injections. Only use trusted inputs; if you want to make a custom signup form and use this as a backend, be sure to
|
||||
sanitize inputs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue