Commit 9dc97418 by Tom Laudeman

Update function list

parent ced184bf
......@@ -200,6 +200,13 @@ object. Return true for success.
---
`findUserID($email)`
Get the user id if you only know the email address. We must be assuming the email addresses are unique.
---
`readUser($userID or $email)`
Return a User object for the user id or email. Return false on failure.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment