comparison doc/upgrading.txt @ 7724:68c04cc8edf7

More doc upates for FTS5 requires for sqlite and roundup > 2.1.0.
author John Rouillard <rouilj@ieee.org>
date Sun, 31 Dec 2023 17:28:36 -0500
parents 8147f6deac9f
children 79344ea780ea
comparison
equal deleted inserted replaced
7723:8147f6deac9f 7724:68c04cc8edf7
706 allowed to login. Blank passwords have been allowed since 2002, but 706 allowed to login. Blank passwords have been allowed since 2002, but
707 2022 is a different time. If you have a use case that requires a user 707 2022 is a different time. If you have a use case that requires a user
708 to login without a password, set the ``login_empty_passwords`` setting 708 to login without a password, set the ``login_empty_passwords`` setting
709 in the ``web`` section of ``config.ini`` to ``yes``. In 709 in the ``web`` section of ``config.ini`` to ``yes``. In
710 general this should be left at its default value of ``no``. 710 general this should be left at its default value of ``no``.
711
712 Verify that SQLite supports FTS5 (required)
713 -------------------------------------------
714
715 If you use SQLite as your backend, it *must* support FTS5. See the
716 `FTS5 testing steps`_ for how to verify this.
717
718 .. _FTS5 testing steps: installation.html#fts5-testing
711 719
712 Check allowed_api_origins setting (optional) 720 Check allowed_api_origins setting (optional)
713 -------------------------------------------- 721 --------------------------------------------
714 722
715 If you are using the REST or xmlrpc api's from an origin 723 If you are using the REST or xmlrpc api's from an origin

Roundup Issue Tracker: http://roundup-tracker.org/