Projet

Général

Profil

Demande #3406

Rétrograder les permissions sur Mastodon

Ajouté par Quentin Gibeaux il y a plus de 5 ans. Mis à jour il y a plus de 5 ans.

Statut:
Fermé
Priorité:
Normale
Assigné à:
Version cible:
-
Début:
01/11/2018
Echéance:
% réalisé:

0%

Temps estimé:

Description

Trouver comment réduire les permissions d'un compte dans Mastodon.
Je n'ai trouvé que comment les augmenter (vers modérateur puis vers administrateur), pas comment les rétrograder.

Historique

#1

Mis à jour par Edouard Dausque il y a plus de 5 ans

  • Projet changé de Chapril à pouet.chapril.org
#2

Mis à jour par Quentin Gibeaux il y a plus de 5 ans

  • Statut changé de Nouveau à Fermé

Possible avec l'outil tootctl :

mastodon@pouet:~/live$ RAILS_ENV=production bin/tootctl accounts modify QGuLL --role=moderator

Doc :

mastodon@pouet:~/live$ RAILS_ENV=production bin/tootctl accounts help modify
Usage:
  tootctl accounts modify USERNAME

Options:
  [--role=ROLE]                        
  [--email=EMAIL]                      
  [--confirm], [--no-confirm]          
  [--enable], [--no-enable]            
  [--disable], [--no-disable]          
  [--disable-2fa], [--no-disable-2fa]  

Description:
  Modify a user account.

  With the --role option, update the user's role to one of "user", "moderator" or "admin".

  With the --email option, update the user's e-mail address. With the --confirm option, mark the user's e-mail as confirmed.

  With the --disable option, lock the user out of their account. The --enable option is the opposite.

  With the --disable-2fa option, the two-factor authentication requirement for the user can be removed.

Formats disponibles : Atom PDF