db_init_user()
Parameters
- LoginName(character varying)
- FirstName(character varying)
- LastName(character varying)
- Email(character varying)
- School(integer)
Returns
Description
- Adds the specific information to a user and validates them into the system. This is one of the few
functions that do not require a user token. School is a required field. It is used to distinguish
the different login systems and prevent name conflicts from occurring across them. The local login system
uses school ID 1.
Errors
- 6 - User is already initialized.
Related functions