You are here

function ga_login_install in Google Authenticator login 7

Same name and namespace in other branches
  1. 6 ga_login.install \ga_login_install()

Implements hook_install().

File

./ga_login.install, line 37
Install, update and uninstall functions for the ga_login module.

Code

function ga_login_install() {
  variable_set('ga_login_textname', variable_get('site_name', 'Drupal'));
  variable_set('ga_login_generation_types', 'BOTH');
}