gpt4 book ai didi

javascript - Meteor修改auth智能包

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:04:23 25 4
gpt4 key购买 nike

如何修改auth智能包?

例如注册后的下拉框显示按钮更改密码和注销。我想添加一个编辑帐户按钮。怎么办?

谢谢。

最佳答案

要添加编辑按钮,请看这里: https://github.com/meteor/meteor/tree/master/packages/accounts-ui-unstyled

具体来说,login_buttons.html文件。

更新:链接文件顶部有一条注释:

NOTE: You shouldn't use these templates directly. Instead, use the global {{loginButtons}} template.

因此,您应该在您的 meteor 安装中找到这些文件(我的位于 C:\Program Files (x86)\Meteor\packages\accounts-ui\login_buttons.html)并编辑该文件.

请注意,这将修改您所有 meteor 应用程序的帐户 UI。如果您不希望您的更改影响您的其他 meteor 应用程序,您可能必须“ fork ”您自己的 accounts-ui包。

有人讨论如何使帐户 UI 更加可定制(例如可覆盖的模板),但当前版本的 Meteor 无法做到这一点。我建议向 meteor 开发人员描述您的用例。 meteor 开发者openly welcome feedback :

Feedback, please! Some specific areas that we're curious about:

  • What sort of customization do you want to do to the loginButtons template?

  • What sort of account restrictions are you likely to use? Everyone must have a username? Everyone must have an email?

关于javascript - Meteor修改auth智能包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13005357/

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