You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--disabled-login should be --disabled-password if not setting password is primary objective.
above error can be fixed by setting shell by chsh -s /bin/bash mastodon
p.s.) It's really hard to change single word, is it?
The following line in https://docs.joinmastodon.org/admin/install/#installing-ruby
will set the login shell to
/usr/sbin/nologin
and therefore the following lineresults in
unless used with
-s /bin/bash
This happened to me on Debian 12.
See this commit: https://salsa.debian.org/debian/adduser/-/commit/427ade7d9116af5af7baa9d0c538e14fa86560cf
The text was updated successfully, but these errors were encountered: