From fd9a21ce6dc2fb4b19d16575055fee6890bd3601 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Mon, 19 Feb 2018 16:10:07 +0100 Subject: [PATCH] passer en admin --- HowtoMastodon.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index e594a949..934df444 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -383,3 +383,10 @@ On peut utiliser différents clients : ### À propos des logs Mastodon n'a aucun fichier de logs. Les logs sont gérés via la sortie standard et vont donc dans journald. On consultera les logs avec `journalctl -u mastodon-SERVICE`. + +### Passer un utilisateur en admin + +~~~ +~/mastodon$ bundle exec rails mastodon:make_admin USERNAME=jdoe +Congrats! jdoe is now an admin. \o/ +~~~