Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 facebook 创建了一个 Joomla 插件,它可以让 facebook 用户登录。另外,当他们第一次通过 faceobok 登录时,我正在创建新用户。
我想将当前用户对象设置为创建的用户。在 Joomla 中可以吗?如何?
谢谢
您可以覆盖当前用户:
$user = & JFactory::getUser(); $user = $newUser;