-
Notifications
You must be signed in to change notification settings - Fork 43
Diaspora
Boris Rybalkin edited this page Nov 17, 2020
·
5 revisions
Currentrly Diaspora does not support LDAP so we cannot allow device user to connect and be admin.
You have create a user yourself and make it an admin for now.
To make youself an admin you need to run diaspora console:
snap run diaspora.console
Do not worry about logging error.
Then run one or more of these commands with your username to add needed roles:
Role.add_admin User.where(username: "the_username").first.person
Role.add_moderator User.where(username: "the_username").first.person
Role.add_spotlight User.where(username: "the_username").first.person
snap restart diaspora