Download the PHP package ideative/t3-be-login without Composer

On this page you can find all versions of the php package ideative/t3-be-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package t3-be-login

TYPO3 14.3 LTS PHP License

id_be_login (Ideative TYPO3 Backend Login Tweak)

Current release: 1.1.1 (see composer.json). TYPO3 backend extension that adds an admin-only module to customize the administrator login screen (appearance only; authentication is unchanged).

Extension key: id_be_login Composer package: ideative/t3-be-login

Requirements

Where to find it

System → Login appearance (/module/system/login-appearance). Access: users with admin privileges.

What you can configure

Area What it does
Background Local file path (public resource), FAL folder (random JPG/JPEG/PNG/WebP among direct children), or remote random image (Lorem Picsum / danielpetrica API). CSP is extended for the remote hosts. Unauthenticated FAL reads use a short permission bypass only while resolving a public background URL.
Logo Path to SVG or raster logo; optional alt text.
Colors Login card background (hex or default light/dark), sign-in button highlight color.
Footnote Plain text below the card (HTML stripped; line breaks kept).
Login box Position (3×3 grid + list), opacity (5% steps), corner radius (px). Bottom-right placement adds extra bottom space on wide viewports so the card does not cover the footnote (core positions the footnote absolute bottom-end from 768px up).
About Short description of the extension and publisher contact block (with logo).

Settings are stored in $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['id_be_login']. Background image, login logo, and sign-in button color are kept in sync with the corresponding options in EXT:backend (loginBackgroundImage, loginLogo, loginHighlightColor) when you save in this module or when values are read, so Site Settings and this module stay aligned.

Since 1.0.3, bundled public assets are located under Resources/Public/Pictures/ and extension-configuration defaults point to:

UX details

Languages

Installation

Via Composer (path or VCS repository as in your project):

Activate the extension in the Extension Manager if needed, then open System → Login appearance.

License

GPL-2.0-or-later (see composer.json).


All versions of t3-be-login with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
typo3/cms-backend Version ^14.3
typo3/cms-core Version ^14.3
typo3/cms-filelist Version ^14.3
typo3/cms-fluid Version ^14.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ideative/t3-be-login contains the following files

Loading the files please wait ...