Translations of this page:

Activer un utilisateur manuellement

Rechercher l’object_id correspondant à l’utilisateur:

SELECT object_id from vhffs_users where username = 'username';

Puis, définir le statut à 6

UPDATE vhffs_object set state = '6' where object_id = 'object_id';
fr/community/activer-utilisateur.txt · Last modified: 2007/10/15 02:42 by bm415
Recent changes RSS feed Creative Commons License Donate Driven by DokuWiki