Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将symfony 1.2 与sfguard 1.4.1一起使用。在系统上注册新用户的最佳做法是什么?
它的:
symfony guard:create-user <username> <password>
您可以使用 sfDoctrineApply。该插件生成必要的模板,用于在前端创建和验证用户。它还可以向用户发送电子邮件到经过验证的帐户。必须安装 ZendMail。