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ユーザーがログインできるようにするFacebook用のJoomlaプラグインを作成しました。また、faceobok から初めてログインするときに、新しいユーザーを作成しています。
現在のユーザー オブジェクトを作成したユーザーに設定したいと考えています。Joomlaで可能ですか?どのように?
ありがとう
現在のユーザーを上書きできます。
$user = & JFactory::getUser(); $user = $newUser;