docs: Remove mention of passwords from broadwayd(1)

This functionality does not exist.

Closes: https://gitlab.gnome.org/GNOME/gtk/issues/1697
This commit is contained in:
Matthias Clasen 2019-04-01 00:11:31 -04:00
parent 5b5a68c5db
commit 0eb837e4ca

View File

@ -54,16 +54,6 @@ Start your applications like this:
<programlisting>
GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 gtk4-demo
</programlisting>
You can add password protection for your session by creating a file in
<filename>$XDG_CONFIG_HOME/broadway.passwd</filename> or <filename>$HOME/.config/broadway.passwd</filename>
with a crypt(3) style password hash.
A simple way to generate it is with openssl:
<programlisting>
openssl passwd -1 > ~/.config/broadway.passwd
</programlisting>
</para>
</refsect1>