Drupal 试用帐户开发
我正在创建一个网站,您可以在其中使用您的姓名和电子邮件创建帐户。完成此操作后,您将获得 30 天的试用期。从此时起,您可以通过提供更多信息来“升级”您的帐户。
如果您在 30 天后未更新信息,您的帐户将被暂停。
谁能给我一些如何做到这一点的提示? 所以: - 使用电子邮件和姓名创建个人资料(简单),指示器存储在数据库中,表明您是试用用户。 - 登录后,您可以使用额外信息来扩展您的个人资料。表明您是完整用户。
I am creating a website where you can create an account with your name and email. When this is done, you get a 30 day trial. From this point, you can 'upgrade' your account by supplying more information.
When you do not update your information after 30 days, your account is suspended.
Can anyone give me some tips how to do this ?
So:
- Create profile with email and name (easy), indicator is stored in db that you are trial user.
- When you log in, you can extend your profile with extra information. indicator that you are full user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以编写自己的模块来执行此操作,但我的建议是使用 Rules 模块,并使用多个用户角色。
You can always write your own module to do it, but my recommendation is using the Rules module, and using several user roles.