[DOCUMENTATION][SYSADMIN][CONFIG][profile] Fix default of backup and restore options

This commit is contained in:
Diogo Cordeiro 2019-08-10 22:52:00 +01:00
parent 0030fe3aeb
commit eba2fe1624
1 changed files with 2 additions and 2 deletions

View File

@ -612,10 +612,10 @@ Profile management.
* `biolimit`: max character length of bio; 0 means no limit; null means to use
the site text limit default.
* `backup`: whether users can backup their own profiles. Defaults to true.
* `backup`: whether users can backup their own profiles. Defaults to false.
* `restore`: whether users can restore their profiles from backup files. Defaults
to true.
to false.
* `delete`: whether users can delete their own accounts. Defaults to false.