gpt4 book ai didi

javascript - 如何更新当前用户(帐户)

转载 作者:行者123 更新时间:2023-12-03 12:27:38 24 4
gpt4 key购买 nike

我正在使用帐户 (accounts-hithub)。现在工作正常,但现在我想更新当前用户。

我尝试过类似的事情

Accounts.update({_id: Meteor.user()._id}, {...});

这会出现错误,帐户没有方法更新所以我尝试创建一个用户集合

Users = new Meteor.Collection('users');

这也是不允许的,它会给我以下错误:

Error: A method named '/users/insert' is already defined

那么如何更新当前用户?

最佳答案

用户详细信息位于 Meteor.users 集合中。因此,您可以使用 Meteor.users.update() ( http://docs.meteor.com/#meteor_users ) 编辑用户详细信息。

关于javascript - 如何更新当前用户(帐户),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24108224/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com