ucp_login_link
class ucp_login_link
ucp_login_link Allows users of external accounts link those accounts to their phpBB accounts during an attempted login.
Properties
string | $u_action |
Methods
main(int $id, string $mode)
Generates the ucp_login_link page and handles login link process
string
get_hidden_fields(array $data)
Builds the hidden fields string from the data array.
array
get_login_link_data_array()
Builds the login_link data array
string|null
process_login_result(array $result)
Processes the result array from the login process
perform_redirect()
Performs a post login redirect
Details
at line 40
main(int $id, string $mode)
Generates the ucp_login_link page and handles login link process
at line 155
protected string
get_hidden_fields(array $data)
Builds the hidden fields string from the data array.
at line 173
protected array
get_login_link_data_array()
Builds the login_link data array
at line 200
protected string|null
process_login_result(array $result)
Processes the result array from the login process
at line 258
protected
perform_redirect()
Performs a post login redirect