Skip to content

silgy_usr_activate

Jurek Muszyński edited this page May 13, 2019 · 2 revisions

int silgy_usr_activate(int ci)

Description

Activates user account. ci is the connection index passed by the engine to silgy_app_main().

silgy_usr_xxx functions directly read the query string / payload data.

Request must contain the following parameters:

  • k – activation key present in users_activations table.

Returns

Returns OK or one of the error codes:

  • ERR_INVALID_REQUEST
  • ERR_INVALID_LOGIN
  • ERR_SERVER_TOOBUSY
  • ERR_INT_SERVER_ERROR

Example

See silgy_app_main function in silgy_app.cpp in Toy Facebook project.

Notes

Requires USERS compilation switch.

Clone this wiki locally