Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
OpenIDTestBase.php
»
OpenIDTestBase
»
OpenIDTestBase::submitLoginForm
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
8 calls to OpenIDTestBase::submitLoginForm()
OpenIDFunctionalTest::testBlockedUserLogin
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDFunctionalTest.php
Test that a blocked user cannot log in.
OpenIDFunctionalTest::testLogin
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDFunctionalTest.php
Test login using OpenID.
OpenIDFunctionalTest::testSignatureValidation
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDFunctionalTest.php
Tests that openid.signed is verified.
OpenIDRegistrationTest::testRegisterUserWithAXButNoSREG
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that supplies AX information, but no SREG.
OpenIDRegistrationTest::testRegisterUserWithEmailVerification
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDRegistrationTest.php
Test OpenID auto-registration with e-mail verification enabled.
OpenIDRegistrationTest::testRegisterUserWithInvalidSreg
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address).
OpenIDRegistrationTest::testRegisterUserWithoutEmailVerification
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDRegistrationTest.php
Test OpenID auto-registration with e-mail verification disabled.
OpenIDRegistrationTest::testRegisterUserWithoutSreg
in drupal/
core/
modules/
openid/
lib/
Drupal/
openid/
Tests/
OpenIDRegistrationTest.php
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address).