Projet

Général

Profil

Anomalie #3409

Recycler un compte mastodon fermé

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:
02/11/2018
Echéance:
% réalisé:

0%

Temps estimé:

Description

Lorsqu'un utilisateur de mastodon ferme son compte (clique sur suspendre définitivement), le nom d'utilisateur est gardé en mémoire pour éviter du cybersquating.

Plus tard, il n'est pas possible pour ce même utilisateur de revenir et de recréer un compte avec le même nom d'utilisateur.

Historique

#1

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

  • Statut changé de Nouveau à Fermé

Résolution impossible depuis l'interface graphique.

Résolu avec l'outil tootcl :

mastodon@pouet:~/live$ RAILS_ENV=production bin/tootctl accounts create … --email="…" --confirmed --reattach

Pour info :

mastodon@pouet:~/live$ RAILS_ENV=production bin/tootctl accounts help create
Usage:
  tootctl accounts create USERNAME --email=EMAIL

Options:
  --email=EMAIL                    
  [--confirmed], [--no-confirmed]  
  [--role=ROLE]                    
                                   # Default: user
  [--reattach], [--no-reattach]    
  [--force]                        

Description:
  Create a new user account with a given USERNAME and an e-mail address provided with --email.

  With the --confirmed option, the confirmation e-mail will be skipped and the account will be active straight away.

  With the --role option one of "user", "admin" or "moderator" can be supplied. Defaults to "user" 

  With the --reattach option, the new user will be reattached to a given existing username of an old account. If the old account is still in use by someone else, you can supply the --force option to delete the 
  old record and reattach the username to the new account anyway.

Formats disponibles : Atom PDF