Get the user's email
Return the user's first name
Return the user's last name
Return the unique ID for the user
Set the unique ID for this user to a new value
Save the user to backing store
Given a list of string, set the password
Set the validation flag on the user and return the user
Is the user a superuser
Does the supplied password match the actual password?
Convert the user's primary key to a String
Validate the user
Has the user been validated?
Get a nice name for the user
Get an email link
Get a short name for the user
Bridges from TheUserType to methods used in this class