georgringer/login-link
Composer 安装命令:
composer require georgringer/login-link
包简介
Fast way to login as different backend or frontenduser by generating a link including a one-time token within the backend.
关键字:
README 文档
README
This extensions makes it possible to login into any BE or FE user by a link generated in the backend.
The following screenshots show the list of backend and frontend users. After clicking the additional icon with the lock, a modal opens with the login link.
Installation
Install this extension via composer by using the following command:
composer require georgringer/login-link
Usage
Login links for BE users
The login link can only be generated for non admin users
!! Currently nothing is logged when a user logs in via a login link !!
Disable feature by setting LOGINLINK_DISABLE_BE=1 in your .env file.
Login links for FE users
Set the following Page TsConfig to enable the login link for FE users:
# 123 is the page which is used to login users, e.g. the login page
tx_loginlink.fe.loginPage = 123
Disable feature by setting LOGINLINK_DISABLE_FE=1 in your .env file.
统计信息
- 总下载量: 13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-05-15

