简体   繁体   English

在前端已经登录时如何在不重新认证的情况下登录joomla后端?

[英]How to login into joomla backend without reauthenticated when already logged in frontend?

I am already logged in the front end of my joomla site with admin credentials. 我已经使用管理员凭据登录到joomla网站的前端。 But when I try to login into the backend or admin panel it ask me to renter credentials. 但是,当我尝试登录到后端或管理面板时,它要求我提供房客凭证。 I want that when a user is logged in the front end and if he has the access capabilities to login into admin panel then he should be directly logged into admin panel without asking for credentials. 我希望当用户在前端登录并且如果他具有登录到管理面板的访问能力时,则应该直接将其登录到管理面板而不要求提供凭据。

This is not possible by default in Joomla like WordPress. 默认情况下,在Joomla(如WordPress)中是不可能的。 Back-end and Front-end are separated in Joomla. 后端和前端在Joomla中分开。 So you need to login separately in both section for security. 因此,您需要在两个部分中分别登录以确保安全。 However you can use third party extensions. 但是,您可以使用第三方扩展。 Try the following extensions 尝试以下扩展

http://extensions.joomla.org/extensions/extension/access-a-security/site-security/login-one http://extensions.joomla.org/extensions/extension/access-a-security/site-security/login-one

http://extensions.joomla.org/extension/ev-front-end-admin-navigation http://extensions.joomla.org/extension/ev-front-end-admin-navigation

Before start using them, read the reviews and ratings. 在开始使用它们之前,请阅读评论和评分。 Also make sure, you don't have security issues in your site by using these extensions. 另外,请确保使用这些扩展名在您的网站中没有安全问题。

There are two plugins in JED that can help you: 1. http://extensions.joomla.org/extension/ev-front-end-admin-navigation JED中有两个插件可以为您提供帮助:1. http://extensions.joomla.org/extension/ev-front-end-admin-navigation

  1. http://extensions.joomla.org/extensions/extension/access-a-security/site-access/auto-front-end-login http://extensions.joomla.org/extensions/extension/access-a-security/site-access/auto-front-end-login

Basically when admin logs in frontend it simultaneously creates a backend session. 基本上,当管理员登录前端时,它会同时创建一个后端会话。 Not difficult and can be easily done through a plugin. 并不困难,可以通过插件轻松完成。

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

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