INSTALL.txt |
INSTALL.txt |
|
*******************************************************
INSTALL.txt for logintoboggan.module for Drupal
*******************************************************
INSTALLATION:
Place entire loggintoboggan module folder into
(a) your… |
logintoboggan-rtl.css |
css/logintoboggan-rtl.css |
|
/* login block */
.logintoboggan-login-block {
text-align: left;
} |
logintoboggan.css |
css/logintoboggan.css |
|
/* login block */
.logintoboggan-login-block {
text-align: left;
}
.logintoboggan-login-block h3 {
font-size: 1.5em;
}
/* Unified login */
.toboggan-unified #login-links {
font-size: 1.5em;
line-height: 2.7;
}
.toboggan-unified… |
logintoboggan.info.yml |
logintoboggan.info.yml |
|
logintoboggan.info.yml |
logintoboggan.install |
logintoboggan.install |
|
|
logintoboggan.libraries.yml |
logintoboggan.libraries.yml |
|
logintoboggan.libraries.yml |
logintoboggan.links.menu.yml |
logintoboggan.links.menu.yml |
|
logintoboggan.links.menu.yml |
logintoboggan.module |
logintoboggan.module |
|
LoginToboggan module. |
logintoboggan.routing.yml |
logintoboggan.routing.yml |
|
logintoboggan.routing.yml |
logintoboggan.services.yml |
logintoboggan.services.yml |
|
logintoboggan.services.yml |
logintoboggan.settings.yml |
config/install/logintoboggan.settings.yml |
|
config/install/logintoboggan.settings.yml |
logintoboggan.tokens.inc |
logintoboggan.tokens.inc |
|
Builds placeholder replacement tokens for logintoboggan-related data. |
LogintobogganController.php |
src/Controller/LogintobogganController.php |
Drupal\logintoboggan\Controller |
|
LogintobogganHelpForm.php |
src/Form/LogintobogganHelpForm.php |
Drupal\logintoboggan\Form |
|
LoginTobogganloggedBlock.php |
src/Plugin/Block/LoginTobogganloggedBlock.php |
Drupal\logintoboggan\Plugin\Block |
|
LogintobogganLoginBlock.php |
src/Plugin/Block/LogintobogganLoginBlock.php |
Drupal\logintoboggan\Plugin\Block |
|
LogintobogganMailName.php |
src/Plugin/Validation/Constraint/LogintobogganMailName.php |
Drupal\logintoboggan\Plugin\Validation\Constraint |
|
LogintobogganMailNameValidator.php |
src/Plugin/Validation/Constraint/LogintobogganMailNameValidator.php |
Drupal\logintoboggan\Plugin\Validation\Constraint |
|
LogintobogganPasswordLength.php |
src/Plugin/Validation/Constraint/LogintobogganPasswordLength.php |
Drupal\logintoboggan\Plugin\Validation\Constraint |
|
LogintobogganPasswordLengthValidator.php |
src/Plugin/Validation/Constraint/LogintobogganPasswordLengthValidator.php |
Drupal\logintoboggan\Plugin\Validation\Constraint |
|
LogintobogganProfileForm.php |
src/Form/LogintobogganProfileForm.php |
Drupal\logintoboggan\Form |
|
LogintobogganRegister.php |
src/Form/LogintobogganRegister.php |
Drupal\logintoboggan\Form |
|
LogintobogganReValidateAccess.php |
src/Access/LogintobogganReValidateAccess.php |
Drupal\logintoboggan\Access |
|
LogintobogganSettingsForm.php |
src/Form/LogintobogganSettingsForm.php |
Drupal\logintoboggan\Form |
|
LogintobogganUtility.php |
src/Utility/LogintobogganUtility.php |
Drupal\logintoboggan\Utility |
|
LogintobogganValidateAccess.php |
src/Access/LogintobogganValidateAccess.php |
Drupal\logintoboggan\Access |
|
lt-access-denied.html.twig |
templates/lt-access-denied.html.twig |
|
Default theme implementation to display access denied text. |
lt-loggedinblock.html.twig |
templates/lt-loggedinblock.html.twig |
|
Default theme implementation to display LoginToboggan logged in block contents. |
lt-login-block.html.twig |
templates/lt-login-block.html.twig |
|
Default theme implementation to display logintoboggan login block. |
lt-password-description.html.twig |
templates/lt-password-description.html.twig |
|
Default theme implementation to display password description. |
lt-password-title.html.twig |
templates/lt-password-title.html.twig |
|
Default theme implementation to display password title. |
lt-unified-login-button.html.twig |
templates/lt-unified-login-button.html.twig |
|
<div class="toboggan-unified">
<div id="login-links">
<button id="login-link">
Log me in
</button>
<button id="register-link">
Register
… |
lt-username-description.html.twig |
templates/lt-username-description.html.twig |
|
Default theme implementation to display username description. |
lt-username-title.html.twig |
templates/lt-username-title.html.twig |
|
Default theme implementation to display username title. |
lt_login_link.html.twig |
templates/lt_login_link.html.twig |
|
Default theme implementation to display the login link. |
README.txt |
README.txt |
|
*******************************************************
README.txt for logintoboggan.module for Drupal
*******************************************************
Co-developed by Jeff Robbins (jjeff) and Chad Phillips (hunmonk) with several
features… |