TYPO3 Backend Mode: Fast backend user switch for TYPO3 CMS administrator users
beuser_fastswitch
)The
beuser_fastswitch
extension provides a very easy backend user
switch for TYPO3 CMS administrator users.
You can search users by realName
, username
, email
or
unique ID uid
.
The results are always ordered by lastlogin DESC
. Since this speeds up
also the support if some editor is calling you that something isn’t
working. You can then easily switch to the backend user without
searching for it in the TYPO3 backend user module.
Actual main-Branch:
Version Matrix
TYPO3 version | PHP version | Extension version | Notes | Install |
---|---|---|---|---|
8.7.0 - 10.4.99 | >= 7.2 | 3.x | composer req josefglatz/beuser-fastswitch:^3 |
|
11.5.0 - 11.5.99 | >= 7.2 | 4.x | no breaking changes | composer req josefglatz/beuser-fastswitch:^4 |
12.4.5 - 12.4.99 | >= 8.1, =< 8.2 | 5.x | no breaking changes | composer req josefglatz/beuser-fastswitch:^5 |
13.4.0 - 13.4.99 | >= 8.2, =< 8.3 | 6.x | no breaking changes | composer req josefglatz/beuser-fastswitch:^6 |
The recommended way to install the extension is by using
Composer. In your Composer based TYPO3
project root, just do composer require josefglatz/beuser-fastswitch
.
TYPO3 core version === 12 LTS support by using version 5.x:
composer req josefglatz/beuser-fastswitch:^5
TYPO3 core version === 11 LTS support by using version 4.x:composer req josefglatz/beuser-fastswitch:^4
TYPO3 core version =< 10 LTS support by using version 3.x:composer req josefglatz/beuser-fastswitch:^3
Download and install the extension with the TYPO3 CMS extension manager
module or directly via
typo3.org.
options.backendToolbarItem.beUserFastwitch.disabled = 1
The ongoing development is done within the main branch!
You can use composer require-dev
josefglatz/beuser-fastswitch:dev-main
if you want to test the
current development state.
Many thanks to my employer supseven.at for
sponsoring work time.