You are here

README.txt in Inline Registration 1.0.x

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
  4. 1.x README.txt
Inline Registration allows anonymous users to register via the node/add page,
thus removing a step/barrier from the user actually publishing content. If
you're going to use this module, or allow anonymous users to post content to
your site at all for that matter, you should really use CAPTCHA to help keep
the spam-bots from trashing your site.

Features:
- Adds user_register() form to node/add pages if the user is not logged in
- Associates the new piece of content with the new user
- Can log the user in after node creation depending on user registration
  settings
- Compatible with modules: email_registration, logintoboggan,
  registration_toboggan and other


INSTALLATION:

1) Put the module in your Drupal modules directory and enable it in
   admin/modules.
2) Go to admin/structure/types and select an appropriated content type. Then,
   in the Inline Registration vertical tab, enable Inline Registration.

File

README.txt
View source
  1. Inline Registration allows anonymous users to register via the node/add page,
  2. thus removing a step/barrier from the user actually publishing content. If
  3. you're going to use this module, or allow anonymous users to post content to
  4. your site at all for that matter, you should really use CAPTCHA to help keep
  5. the spam-bots from trashing your site.
  6. Features:
  7. - Adds user_register() form to node/add pages if the user is not logged in
  8. - Associates the new piece of content with the new user
  9. - Can log the user in after node creation depending on user registration
  10. settings
  11. - Compatible with modules: email_registration, logintoboggan,
  12. registration_toboggan and other
  13. INSTALLATION:
  14. 1) Put the module in your Drupal modules directory and enable it in
  15. admin/modules.
  16. 2) Go to admin/structure/types and select an appropriated content type. Then,
  17. in the Inline Registration vertical tab, enable Inline Registration.