0
我想在我的應用程序創建一個驗證過程(使用流星)登錄驗證流星
我已經安裝了這些包:
standard-app-packages
accounts-ui-bootstrap-3-blaze
bootstrap-3
accounts-password
iron-router
iron-router-progress
collection2
email
我已經設置了process.env.MAIL_URL(只是用我的現在Gmail帳戶)
我已經設置了Accounts.config:
Accounts.config({sendVerificationEmail: true, forbidClientAccountCreation: false});
瓦我將forbidClientAccountCreation設置爲true,在我的accounts-ui軟件包中收到錯誤消息「Signups Forbidden」。
但是,當我將其設置爲false時,會創建用戶,然後發送驗證電子郵件,這會使整個過程變得冗餘。
任何提示,我可以在這裏做什麼?
在服務器代碼