Go to the source code of this file.
Functions | |
openid_authentication_page () | |
openid_user_identities ($account) | |
openid_user_add () | |
openid_user_add_validate ($form, &$form_state) | |
openid_user_delete ($account, $aid=0) |
Definition in file openid.pages.inc.
openid_authentication_page | ( | ) |
Menu callback; Process an OpenID authentication.
Definition at line 12 of file openid.pages.inc.
References $result, drupal_goto(), drupal_set_message(), and t().
openid_user_add_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Definition at line 70 of file openid.pages.inc.
References _openid_normalize(), arg(), db_query(), db_result(), form_set_error(), t(), and url().
openid_user_delete | ( | $ | account, | |
$ | aid = 0 | |||
) |
Menu callback; Delete the specified OpenID identity from the system.
Definition at line 85 of file openid.pages.inc.
References db_affected_rows(), db_query(), drupal_goto(), drupal_set_message(), and t().
openid_user_identities | ( | $ | account | ) |
Menu callback; Manage OpenID identities for the specified user.
Definition at line 30 of file openid.pages.inc.
References $header, $output, $result, check_plain(), db_fetch_object(), db_query(), drupal_add_css(), drupal_get_form(), drupal_get_path(), drupal_set_message(), drupal_set_title(), l(), name, t(), and theme().