Page MenuHomePhabricator

phabricator.wmcloud.org account verification request: slyngshede
Closed, ResolvedPublic

Description

Please manually verify my account on https://phabricator.wmcloud.org/.

My username is: slyngshede

Event Timeline

Dzahn claimed this task.
Dzahn subscribed.

@SLyngshede-WMF You have been verified.


how to for others:

if email is not known:

dzahn@phabricator-bullseye:~$ sudo mysql -u root
MariaDB [(none)]> use phabricator_user;
MariaDB [phabricator_user]> SELECT userName,address,userPHID from user_email INNER JOIN user on user_email.userPHID=user.phid and userName LIKE "slyngshede";

once/if email is known:

dzahn@phabricator-bullseye:/srv/phab/phabricator/bin$ sudo ./auth verify <email>