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.
You can always write your own module to do it, but my recommendation is using the Rules module, and using several user roles.