]> 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)
committerChristopher Vollick <psycotica0@gmail.com>
Fri, 11 Dec 2009 15:34:57 +0000 (10:34 -0500)
commit280b0b500f5f374094794648942571237ca8c687
tree28e85ed548d4a3c7ca7cf3756ee779e2699509c6
parent89256fa754c1e03b822b8eeac388cc822b3c58ca
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]