riot-web: mention incompatible config change in release notes
Mention the changes introduced in commit c9e5cca
.
GitHub: closes #81416
This commit is contained in:
parent
e657a87f80
commit
6d4fd13612
1 changed files with 10 additions and 0 deletions
|
@ -631,6 +631,16 @@ auth required pam_succeed_if.so uid >= 1000 quiet
|
|||
</citerefentry>-script now uses the python test-driver.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The <package>riot-web</package> package now accepts configuration overrides as an attribute set instead of a string.
|
||||
A formerly used JSON configuration can be converted to an attribute set with <literal>builtins.fromJSON</literal>.
|
||||
</para>
|
||||
<para>
|
||||
The new default configuration also disables automatic guest account registration and analytics to improve privacy.
|
||||
The previous behavior can be restored by setting <literal>config.riot-web.conf = { disable_guests = false; piwik = true; }</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue