Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/lua/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何修改Meteor Accounts软件包以要求用户在注册期间验证密码?_Meteor_Meteor Accounts - Fatal编程技术网

如何修改Meteor Accounts软件包以要求用户在注册期间验证密码?

如何修改Meteor Accounts软件包以要求用户在注册期间验证密码?,meteor,meteor-accounts,Meteor,Meteor Accounts,在用户成功注册之前,是否有办法要求密码匹配?根据,在标准Meteor帐户包中没有这样做的选项;您可以: 使用此处给出的解决方案,或 使用优秀的Meteor UserAccounts软件包,可以在选项中配置“确认密码”(请参阅)

在用户成功注册之前,是否有办法要求密码匹配?

根据,在标准Meteor帐户包中没有这样做的选项;您可以:

  • 使用此处给出的解决方案,或
  • 使用优秀的Meteor UserAccounts软件包,可以在选项中配置“确认密码”(请参阅)