Please manually verify my account on https://phabricator.wmcloud.org/.
My username is: slyngshede
Please manually verify my account on https://phabricator.wmcloud.org/.
My username is: slyngshede
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T406495 Allow Bitu to link Phabricator account | |||
| Resolved | Dzahn | T406698 phabricator.wmcloud.org account verification request: slyngshede |
@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>