phpBB

Code Changes

File: phpbb/auth/provider/provider_interface.php

  Unmodified   Added   Modified   Removed
Line 53Line 53
	 * Autologin function
*
* @return array|null containing the user row, empty if no auto login

	 * Autologin function
*
* @return array|null containing the user row, empty if no auto login

	 * 						should take place, or null if not impletmented.

	 * 						should take place, or null if not implemented.

	 */
public function autologin();


	 */
public function autologin();


Line 68Line 68

/**
* This function updates the template with variables related to the acp


/**
* This function updates the template with variables related to the acp

	 * options with whatever configuraton values are passed to it as an array.

	 * options with whatever configuration values are passed to it as an array.

	 * It then returns the name of the acp file related to this authentication
* provider.
*

	 * It then returns the name of the acp file related to this authentication
* provider.
*

Line 154Line 154
	* @return	string|null	Returns a string with a language constant if there
* is data missing or null if there is no error.
*/

	* @return	string|null	Returns a string with a language constant if there
* is data missing or null if there is no error.
*/

	public function login_link_has_necessary_data($login_link_data);

	public function login_link_has_necessary_data(array $login_link_data);


/**
* Links an external account to a phpBB account.


/**
* Links an external account to a phpBB account.