单一登录Joomla管理员和前端 [英] Single sign on for Joomla admin and frontend

查看:85
本文介绍了单一登录Joomla管理员和前端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以为Joomla 1.5后端和前端实现单点登录.我发现,当管理员在后端登录并且需要在前端执行某些用户功能时,必须再次登录,这是一种冗余.有没有实现单点登录的方法?

Is it possible to implement single signon for Joomla 1.5 backend and frontend. I find it kind of redundant that when the admin for instance is logged in at the backend and needs to do some user function on the frontend has to login again. Is there a way of implementing a single signon?

推荐答案

Joomla!被实现为两个独立的应用程序,前端是从/index.php发起的,后端管理是从/administrator/index.php发起的,因此它们具有单独的用户会话和状态.

Joomla! is implemented as two separate applications the front-end initiated from /index.php and the back-end administration from /administrator/index.php as such they have separate user sessions and states.

分离是一种标准的安全方法,尽管您可以编写自己的mod_login来做到这一点,但除非您非常清楚自己在做什么,否则我不建议这样做.

The separation is a standard security approach, while you could write your own mod_login to do this I wouldn't advise it unless you're very clear on what you're doing.

话说回来,有255个Joomla! 访问&安全性-> 网站访问部分登录.您尝试过看那里吗?

Having said that, there are 255 Joomla! extensions in the Access & Security ——> Site Access section dealing with logins. Have you tried looking there?

这篇关于单一登录Joomla管理员和前端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆