Skip to content

Commit

Permalink
riot-web: mention incompatible config change in release notes
Browse files Browse the repository at this point in the history
Mention the changes introduced in commit c9e5cca.

GitHub: closes #81416
  • Loading branch information
pacien committed Mar 1, 2020
1 parent e657a87 commit 6d4fd13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nixos/doc/manual/release-notes/rl-2003.xml
Expand Up @@ -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>

Expand Down

0 comments on commit 6d4fd13

Please sign in to comment.