]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added UserEmail script.
authorChristopher Vollick <psycotica0@gmail.com>
Fri, 11 Dec 2009 15:34:57 +0000 (10:34 -0500)
committerBrion Vibber <brion@pobox.com>
Thu, 17 Dec 2009 21:41:38 +0000 (16:41 -0500)
commitcc2b2a82da65b262dcbb3e0f595f0a0b846e71d5
tree9b4c6a34b1eef82e29d48d7ef244648610943126
parent727357695e2faef8a30602808cd6a11f9047fdd3
Added UserEmail script.

Used to query user's emails.

Mostly used for administration, to see if a user requesting something is who they say.

Also, some people assume that the admin knows this data, and says things like:
"If you could do _____ with the account connected to this email".

It'd be nice if we could do that without raw SQL.
scripts/useremail.php [new file with mode: 0644]