简体   繁体   English

TYPO3 - 升级到 9.5.x(RSA 身份验证)后后端登录不起作用

[英]TYPO3 - backend login does not work after upgrade to 9.5.x (RSA authentication)

I upgraded from TYPO3 8.7.31 to 9.5.22.我从 TYPO3 8.7.31 升级到 9.5.22。 All worked fine and I successfully tested the system.一切正常,我成功地测试了系统。 After the upgrade I recognized a deprecated extension "RSA authentication".升级后,我识别出一个已弃用的扩展“RSA 身份验证”。 I removed the extension.我删除了扩展程序。 After logout from BE I'm not able to login again.从 BE 注销后,我无法再次登录。

Did you set [BE][loginSecurityLevel] to normal instead of rsa in your LocalConfiguration.php?您是否在 LocalConfiguration.php 中将[BE][loginSecurityLevel]normal而不是rsa This can be done via the Install Tool as well.这也可以通过安装工具来完成。

This setting must be changed before your remove EXT:rsauth.必须在删除 EXT:rsauth 之前更改此设置。

If you have a frontend login, you need to do the same for [FE][loginSecurityLevel] as well.如果您有前端登录,则还需要对[FE][loginSecurityLevel]执行相同操作。

See this document for details: Deprecation: #81852 - Deprecated Usage of EXT:rsaauth有关详细信息,请参阅此文档: 弃用:#81852 - 不推荐使用 EXT:rsaauth

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM