meteor resetpassword不起作用

时间:2017-03-19 03:40:58

标签: meteor passwords

我正在制作自定义流星帐户。

引用此网址>> Building a customized accounts ui for Meteor

但我有问题。

if (Accounts._resetPasswordToken) {
   Session.set('resetPassword', Accounts._resetPasswordToken);
} 

客户端调用此代码始终是unifined。(Accounts._resetPasswordToken)

最后我想打电话

  Accounts.resetPassword(Session.get('resetPassword'), pw, function(err){

0 个答案:

没有答案