Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1018817
audit_project_mfa.sql
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
epriestley
Dec 9 2015, 4:02 PM
2015-12-09 16:02:03 (UTC+0)
Size
363 B
Referenced Files
None
Subscribers
None
audit_project_mfa.sql
View Options
SELECT
u
.
username
User
,
p
.
name
Project
,
IF
(
f
.
id
IS
NULL
,
"NO"
,
"YES"
)
"Has MFA"
FROM
phabicator_user
.
user
u
LEFT
JOIN
phabricator_user
.
edge
ue
ON
ue
.
src
=
u
.
phid
AND
ue
.
type
=
14
LEFT
JOIN
phabricator_project
.
project
p
ON
ue
.
dst
=
p
.
phid
LEFT
JOIN
phabricator_auth
.
auth_factorconfig
f
ON
f
.
userPHID
=
u
.
phid
WHERE
p
.
name
=
'Dog Project'
;
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/gu/wf/2cb3xghuccg3htji
Default Alt Text
audit_project_mfa.sql (363 B)
Attached To
Mode
P1905 audit_project_mfa.sql
Attached
Detach File
Event Timeline
Log In to Comment