Element index for package Registration
Package indexes
[ a ]
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ _ ]
g
- getModuleEntityTypes
- in file module.inc, method RegisterModule::getModuleEntityTypes()
- getSiteAdminViews
- in file module.inc, method RegisterModule::getSiteAdminViews()
- getSystemLinks
- in file module.inc, method RegisterModule::getSystemLinks()
- getUserAdminViews
- in file module.inc, method RegisterModule::getUserAdminViews()
- GalleryPendingUser
- in file GalleryPendingUser.class, class GalleryPendingUser
Representation of a single pending self-registered user (not yet a valid GalleryUser).
- GalleryPendingUserHelper
- in file GalleryPendingUserHelper.class, class GalleryPendingUserHelper
Utility functions useful in managing GalleryPendingUsers
- getClassName
- in file GalleryPendingUser.class, method GalleryPendingUser::getClassName()
- getEmail
- in file GalleryPendingUser.class, method GalleryPendingUser::getEmail()
- getFullName
- in file GalleryPendingUser.class, method GalleryPendingUser::getFullName()
- getHashedPassword
- in file GalleryPendingUser.class, method GalleryPendingUser::getHashedPassword()
- getLanguage
- in file GalleryPendingUser.class, method GalleryPendingUser::getLanguage()
- getOptionData
- in file RegisterCaptchaAdminOption.class, method RegisterCaptchaAdminOption::getOptionData()
- getRegistrationKey
- in file GalleryPendingUser.class, method GalleryPendingUser::getRegistrationKey()
- getUserName
- in file GalleryPendingUser.class, method GalleryPendingUser::getUserName()
- GalleryPendingUser.class
- procedural page GalleryPendingUser.class
- GalleryPendingUserHelper.class
- procedural page GalleryPendingUserHelper.class
- GalleryPendingUserTest
- in file GalleryPendingUserTest.class, method GalleryPendingUserTest::GalleryPendingUserTest()
- GalleryPendingUserTest
- in file GalleryPendingUserTest.class, class GalleryPendingUserTest
Test PendingUser functionality
- getDirectorySeparator
- in file UserSelfRegistrationControllerTest.class, method RegisterDummyPlatform::getDirectorySeparator()
- GalleryPendingUserTest.class
- procedural page GalleryPendingUserTest.class
r
- RegisterModule
- in file module.inc, method RegisterModule::RegisterModule()
- RegisterModule
- in file module.inc, class RegisterModule
The self-registration module
- $registrationKey
- in file GalleryPendingUser.class, variable GalleryPendingUser::$registrationKey
The registration key (used in confirmation url)
- RegisterCaptchaAdminOption.class
- procedural page RegisterCaptchaAdminOption.class
- RegisterCaptchaAdminOption
- in file RegisterCaptchaAdminOption.class, class RegisterCaptchaAdminOption
Captcha configuration for register module.
- RegisterModuleTest.class
- procedural page RegisterModuleTest.class
- realpath
- in file UserSelfRegistrationControllerTest.class, method RegisterDummyPlatform::realpath()
- recursiveRmdir
- in file UserSelfRegistrationControllerTest.class, method RegisterDummyPlatform::recursiveRmdir()
- RegisterDummyPlatform
- in file UserSelfRegistrationControllerTest.class, method RegisterDummyPlatform::RegisterDummyPlatform()
- RegisterDummyPlatform
- in file UserSelfRegistrationControllerTest.class, class RegisterDummyPlatform
- RegisterModuleTest
- in file RegisterModuleTest.class, class RegisterModuleTest
Test Register module functionality
- RewriteModuleTest
- in file RegisterModuleTest.class, method RegisterModuleTest::RewriteModuleTest()
s
- sendAdminEmail
- in file GalleryPendingUserHelper.class, method GalleryPendingUserHelper::sendAdminEmail()
Send notification email to site administrators
- sendConfirmationEmail
- in file GalleryPendingUserHelper.class, method GalleryPendingUserHelper::sendConfirmationEmail()
Send an email with a confirmation link
- setEmail
- in file GalleryPendingUser.class, method GalleryPendingUser::setEmail()
- setFullName
- in file GalleryPendingUser.class, method GalleryPendingUser::setFullName()
- setHashedPassword
- in file GalleryPendingUser.class, method GalleryPendingUser::setHashedPassword()
- setLanguage
- in file GalleryPendingUser.class, method GalleryPendingUser::setLanguage()
- setRegistrationKey
- in file GalleryPendingUser.class, method GalleryPendingUser::setRegistrationKey()
- setUserName
- in file GalleryPendingUser.class, method GalleryPendingUser::setUserName()
- setContinue
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTestPlugin::setContinue()
- setErrors
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTestPlugin::setErrors()
- setUp
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::setUp()
- setUp
- in file RegisterModuleTest.class, method RegisterModuleTest::setUp()
- setUp
- in file GalleryPendingUserTest.class, method GalleryPendingUserTest::setUp()
- setUp
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::setUp()
- stat
- in file UserSelfRegistrationControllerTest.class, method RegisterDummyPlatform::stat()
- SelfRegistrationSuccess.inc
- procedural page SelfRegistrationSuccess.inc
- SelfRegistrationSuccessView
- in file SelfRegistrationSuccess.inc, class SelfRegistrationSuccessView
This view will show a registration confirmation for the user
- setPluginInstances
- in file UserSelfRegistration.inc, method UserSelfRegistrationController::setPluginInstances()
Tests can use this method to hardwire a specific set of plugin instances to use.
t
- tearDown
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::tearDown()
- testAdminSelfRegistrationControllerActivate
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testAdminSelfRegistrationControllerActivate()
- testAdminSelfRegistrationControllerActivateMissingUser
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testAdminSelfRegistrationControllerActivateMissingUser()
- testAdminSelfRegistrationControllerDelete
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testAdminSelfRegistrationControllerDelete()
- testAdminSelfRegistrationControllerDeleteMissingUser
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testAdminSelfRegistrationControllerDeleteMissingUser()
- testAdminSelfRegistrationControllerSave
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testAdminSelfRegistrationControllerSave()
- testCancel
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testCancel()
- testCreateDuplicatePendingUser
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testCreateDuplicatePendingUser()
- testCreateDuplicateUser
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testCreateDuplicateUser()
- testEntities
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testEntities()
- testHelperMethods
- in file AdminSelfRegistrationControllerTest.class, method AdminSelfRegistrationControllerTest::testHelperMethods()
- testInvalidEmail
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testInvalidEmail()
- testMissingInputs
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testMissingInputs()
- testPasswordMismatch
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testPasswordMismatch()
- testPendingUserCreation
- in file GalleryPendingUserTest.class, method GalleryPendingUserTest::testPendingUserCreation()
- testPendingUserPassword
- in file GalleryPendingUserTest.class, method GalleryPendingUserTest::testPendingUserPassword()
- testPlugins1
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testPlugins1()
Two plugins both returning errors. The first plugin returns a false 'continue',
- testPlugins2
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testPlugins2()
Two plugins returning errors
- testPlugins3
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testPlugins3()
No plugin errors - user is created successfully
- testPluginsOff
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testPluginsOff()
- testRegisterWithAutomaticActivation
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testRegisterWithAutomaticActivation()
- testRegisterWithEMailActivation
- in file UserSelfRegistrationControllerTest.class, method UserSelfRegistrationControllerTest::testRegisterWithEMailActivation()
- testSystemLinks
- in file RegisterModuleTest.class, method RegisterModuleTest::testSystemLinks()
|
|