没有用户名? sfDoctrineGuard/应用
我正在使用 sfDoctrineApplyPlugin 并且注册表需要用户名 - 删除此字段的最佳方法是什么?
由于 sfDoctrineGuardPlugin 允许通过用户名或电子邮件地址登录,我希望我的应用程序仅使用电子邮件地址来识别用户。在注册时指定用户名超出了要求。
我是否需要从视图中隐藏此字段,然后在提交时生成一个存储的用户名以满足插件的需要,但用户永远不需要查看或使用?生成这个的最佳方法是什么?电子邮件地址中@之前的位?
非常感谢您提前提供的任何帮助。
I'm using the sfDoctrineApplyPlugin and the registration form requires a username - what's the best way of removing this field?
As the sfDoctrineGuardPlugin allows login via username or email address I'd like my application to use the email address only to identify users. Making specifying a username in registration surplus to requirements.
Would I need to hide this field from the view and then on submit generate a username that's stored to satisfy the plugins but the user never needs to see or use? What's the best way of generating this? The bit before the @ in the email address?
Many thanks for any help in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以从这里开始 Symfony:如何反转插件架构中的“notnull:true”?。
你可以这样做:
I think you could start here Symfony: how would you reverse the "notnull:true" in a schema of a plugin?.
And you could do this: