{"id":27637420,"url":"https://github.com/josefglatz/beuser_fastswitch","last_synced_at":"2025-10-25T14:47:53.962Z","repository":{"id":23997686,"uuid":"99552718","full_name":"josefglatz/beuser_fastswitch","owner":"josefglatz","description":"TYPO3 Backend Mode: Fast backend user switch for TYPO3 CMS administrator users ","archived":false,"fork":false,"pushed_at":"2024-10-30T11:50:16.000Z","size":268,"stargazers_count":17,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-23T21:17:19.887Z","etag":null,"topics":["productivity-booster","typo3","typo3-cms-backend","typo3-cms-extension","typo3-v11-lts","typo3-v12"],"latest_commit_sha":null,"homepage":"https://typo3.org/extensions/repository/view/beuser_fastswitch","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josefglatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-07T08:01:20.000Z","updated_at":"2024-10-30T11:50:20.000Z","dependencies_parsed_at":"2022-07-27T04:30:08.952Z","dependency_job_id":null,"html_url":"https://github.com/josefglatz/beuser_fastswitch","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefglatz%2Fbeuser_fastswitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefglatz%2Fbeuser_fastswitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefglatz%2Fbeuser_fastswitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josefglatz%2Fbeuser_fastswitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josefglatz","download_url":"https://codeload.github.com/josefglatz/beuser_fastswitch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514757,"owners_count":21443219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["productivity-booster","typo3","typo3-cms-backend","typo3-cms-extension","typo3-v11-lts","typo3-v12"],"created_at":"2025-04-23T21:17:24.159Z","updated_at":"2025-10-25T14:47:48.918Z","avatar_url":"https://github.com/josefglatz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fast Backend User Switch (TYPO3 Extension `beuser_fastswitch`)\n==============================================================\n\n\u003e The `beuser_fastswitch` extension provides a very easy backend user\n\u003e switch for TYPO3 CMS administrator users.\n\n## What does it do?\n\n### With just two mouse clicks you can\n\n* Switch to another backend user\n* Edit another backend user (in a new tab)\n* Show user info of a specific backend user (in a modal)\n\n### It provides an AJAX based search\n\nYou can search users by **`realName`**, **`username`**, **`email`** or\n**unique ID `uid`**.\n\n### Ordering of listed users\n\nThe results are always ordered by `lastlogin DESC`. Since this speeds up\nalso the support if some editor is calling you that something isn't\nworking. You can then easily switch to the backend user without\nsearching for it in the TYPO3 backend user module.\n\n### User list item features\n\n* Trigger contextmenu of backend user record (by clicking on the avatar/icon)\n* Edit backend user record (by clicking on the username or realName)\n* Show element information popup (by clicking on the Info-Button)\n* Switch to the backend user (by clicking on the Switch-Button)\n\n## Screenshots and Demos\n\n[\u003cimg src=\"https://i.ytimg.com/vi/VVBjrTTaPHU/maxresdefault.jpg\" width=\"50%\"\u003e](https://www.youtube.com/watch?v=VVBjrTTaPHU \"Extension Demo v5 and TYPO3 CMS 12.4 LTS\")\n\n## Requirements\n\n**Actual main-Branch:**\n\n1. TYPO3 core version support: 13.4 LTS\n2. PHP version: \u003e= 8.2\n\n**Version Matrix**\n\n| TYPO3 version    | PHP version    | Extension version | Notes               | Install                                        |\n|------------------|----------------|-------------------|---------------------|------------------------------------------------|\n| 8.7.0 - 10.4.99  | \u003e= 7.2         | 3.x               |                     | `composer req josefglatz/beuser-fastswitch:^3` |\n| 11.5.0 - 11.5.99 | \u003e= 7.2         | 4.x               | no breaking changes | `composer req josefglatz/beuser-fastswitch:^4` |\n| 12.4.5 - 12.4.99 | \u003e= 8.1, =\u003c 8.2 | 5.x               | no breaking changes | `composer req josefglatz/beuser-fastswitch:^5` |\n| 13.4.0 - 13.4.99 | \u003e= 8.2, =\u003c 8.3 | 6.x               | no breaking changes | `composer req josefglatz/beuser-fastswitch:^6` |\n\n## Installation\n\n### Installation using Composer\n\nThe recommended way to install the extension is by using\n[Composer](https://getcomposer.org/). In your Composer based TYPO3\nproject root, just do `composer require josefglatz/beuser-fastswitch`.\n\n\u003e **TYPO3 core version === 12 LTS support by using version 5.x:** `composer req josefglatz/beuser-fastswitch:^5`\n\u003e **TYPO3 core version === 11 LTS support by using version 4.x:** `composer req josefglatz/beuser-fastswitch:^4`\n\u003e **TYPO3 core version =\u003c 10 LTS support by using version 3.x:** `composer req josefglatz/beuser-fastswitch:^3`\n\n### Installation as extension from TYPO3 Extension Repository (TER)\n\nDownload and install the extension with the TYPO3 CMS extension manager\nmodule or directly via\n[typo3.org](https://typo3.org/extensions/repository/view/beuser_fastswitch).\n\n## Configuration\n\n### Disable toolbar item for specific backend admin user/-group via UserTSConfig\n\n```\noptions.backendToolbarItem.beUserFastwitch.disabled = 1\n```\n\n---\n\n## Development\n\n\u003e The ongoing development is done within the main branch!\n\nYou can use `composer require-dev\njosefglatz/beuser-fastswitch:dev-main` if you want to test the\ncurrent development state.\n\n---\n\n## Created by\n\nhttp://josefglatz.at/\n\n## Contribution\n\n* [Alexander Nostadt](https://github.com/AMartinNo1) (Initial ajax search feature)\n* [Andreas Fernandez](https://github.com/andreasfernandez) (Rewrite jQuery to ES6 with proper Core API usage)\n\n## Support\n\nMany thanks to my employer [supseven.at](https://www.supseven.at/) for\nsponsoring work time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosefglatz%2Fbeuser_fastswitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosefglatz%2Fbeuser_fastswitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosefglatz%2Fbeuser_fastswitch/lists"}