Subj : Re: Password setting for Irc Client accessing a private irc server To : All From : nelgin Date : Tue Jul 16 2024 09:27 pm On Tue, 16 Jul 2024 12:06:31 -0700 "Odusseus71" (VERT) <VERT!Odusseus71@endofthelinebbs.com> wrote: > Thank you for answering me! > > I've just followed some guides for customizing Ircd Hybrid config (on > Raspberry Pi), and usually they suggest to include an encrypted > password authentication for any user, as per the related Ircd config > section: > > auth { > user = "*@*"; > class = "users"; > flags = need_password; > encrypted = yes; > password = "PASSWORD_FROM_mkpasswd"; > }; > > Maybe I just have to consider to remove this if I want to allow > joining from the BBS. > > Thanks! > > ---