如何将用户添加到 sfguard
我正在使用 symfony 1.2 和 sfguard 1.4.1。 在系统上注册新用户的最佳做法是什么?
I'm using symfony 1.2 with sfguard 1.4.1.
What's the best practice for registering a new user on the system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它是:
It's:
您可以使用 sfDoctrineApply。 该插件生成用于在前端创建和验证用户所需的模板。 它还可以向经过验证的帐户的用户发送电子邮件。 需要安装ZendMail。
You can use sfDoctrineApply. This plugin generates the necessary templates for creating and validating users in the frontend. It can also send emails to users to validated accounts. It's necessary to install ZendMail.