Structs§
Functions§
- delete_
user - email_
domain_ from_ email - The domain part of an address, as stored in
users.email_domain. - find_
by_ upstream_ id - get_
all_ user_ ids_ with_ user_ exercise_ states_ on_ course - Includes all users who have returned an exercise on a course course instance
- get_
by_ email - Looks up a user by email (case-insensitive) using the
lower(email)index onuser_details. - get_
by_ id - get_
users_ by_ course_ instance_ enrollment - get_
users_ ids_ in_ db_ from_ upstream_ ids - insert
- insert_
with_ upstream_ id_ and_ moocfi_ id - update_
email_ for_ user - Points the account with this upstream id at a new address, keeping
users.email_domainin step.