All Projects → josefglatz → beuser_fastswitch

josefglatz / beuser_fastswitch

Licence: GPL-3.0 license
TYPO3 Backend Mode: Fast backend user switch for TYPO3 CMS administrator users

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to beuser fastswitch

restrictfe
TYPO3 extension restrictfe. Blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header etc.
Stars: ✭ 12 (-7.69%)
Mutual labels:  typo3, typo3-cms-extension
schema
TYPO3 extension providing an API and view helpers for schema.org markup
Stars: ✭ 19 (+46.15%)
Mutual labels:  typo3, typo3-cms-extension
typo3-formlog
Form log for TYPO3
Stars: ✭ 16 (+23.08%)
Mutual labels:  typo3, typo3-cms-extension
in2publish core
in2publish Community Version
Stars: ✭ 38 (+192.31%)
Mutual labels:  typo3, typo3-cms-extension
rest
REST webservices for TYPO3 CMS
Stars: ✭ 78 (+500%)
Mutual labels:  typo3, typo3-cms-extension
t3extblog
A record based blog extension for TYPO3 CMS powered by Extbase / Fluid. Flexible and powerful!
Stars: ✭ 30 (+130.77%)
Mutual labels:  typo3, typo3-cms-extension
typo3v10 example sitepackage
Site package extension for TYPO3 10 feature demonstration
Stars: ✭ 13 (+0%)
Mutual labels:  typo3, typo3-cms-extension
blog
This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.
Stars: ✭ 39 (+200%)
Mutual labels:  typo3, typo3-cms-extension
urlguard
TYPO3 extension urlguard. Allows to define what query parameters will be passed to newly created typolinks.
Stars: ✭ 16 (+23.08%)
Mutual labels:  typo3, typo3-cms-extension
graphql
TYPO3 CMS package for GraphQL (experimental)
Stars: ✭ 21 (+61.54%)
Mutual labels:  typo3, typo3-cms-extension
powermail
This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
Stars: ✭ 76 (+484.62%)
Mutual labels:  typo3, typo3-cms-extension
backend debug
Debug support in TYPO3 backend
Stars: ✭ 20 (+53.85%)
Mutual labels:  typo3, typo3-cms-extension
animedoro-timer
An Animedoro timer for all the weebs out there | productivity : 📈
Stars: ✭ 37 (+184.62%)
Mutual labels:  productivity-booster
doc
Project documentation for editors & integratiors, visible in the TYPO3 backend
Stars: ✭ 17 (+30.77%)
Mutual labels:  typo3-cms-extension
fasdr
PowerShell command line productivity booster
Stars: ✭ 31 (+138.46%)
Mutual labels:  productivity-booster
typo3 encore
Use Webpack Encore within TYPO3
Stars: ✭ 95 (+630.77%)
Mutual labels:  typo3
TYPOTry
A small Vagrant box to try out the most recent TYPO3 release
Stars: ✭ 21 (+61.54%)
Mutual labels:  typo3
arXie-Bot
arXie is a Slack bot that browses and filters the arXiv repository for you
Stars: ✭ 29 (+123.08%)
Mutual labels:  productivity-booster
typo3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS
Stars: ✭ 898 (+6807.69%)
Mutual labels:  typo3
tailor
CLI Tool for maintaining public TYPO3 Extensions
Stars: ✭ 24 (+84.62%)
Mutual labels:  typo3

Fast Backend User Switch (TYPO3 Extension beuser_fastswitch)

The beuser_fastswitch extension provides a very easy backend user switch for TYPO3 CMS administrator users.

What does it do?

With just two mouse clicks you can

  • Switch to another backend user
  • Edit another backend user (in a new tab)
  • Show user info of a specific backend user (in a modal)

It provides an AJAX based search

You can search users by realName, username, email or unique ID uid.

Ordering of listed users

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.

User list item features

  • Trigger contextmenu of backend user record (by clicking on the avatar/icon)
  • Edit backend user record (by clicking on the username or realName)
  • Show element information popup (by clicking on the Info-Button)
  • Switch to the backend user (by clicking on the Switch-Button)

Screenshots and Demos

Demo GIF

Requirements

  1. TYPO3 core version support: 11 LTS, 12-dev
  2. PHP version: >= 7.2

Installation

Installation using Composer

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 =< 10 LTS support by using version 3.x: composer req josefglatz/beuser-fastswitch:^3

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the TYPO3 CMS extension manager module or directly via typo3.org.

Configuration

Disable toolbar item for specific backend admin user/-group via UserTSConfig

options.backendToolbarItem.beUserFastwitch.disabled = 1

Development

The ongoing development is done within the develop branch!

You can use composer require-dev josefglatz/beuser-fastswitch:dev-develop if you want to test the current development state.


Created by

http://josefglatz.at/

Contribution

Support

Many thanks to my employer supseven.at for sponsoring work time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].