Difference between revisions of "Allowing user registration"

From Joomla! Documentation

m
Line 8: Line 8:
 
#* the Login Form is a Module assigned to a module position.  The exact location where the Login Form will appear will depend on the Template being used.  Typically it will be in a column to the left or the right of the main content.  It is possible to assign the Login Form module to appear on one or more pages of your website.  To learn how to do this see [[Customising the Login Form module]].
 
#* the Login Form is a Module assigned to a module position.  The exact location where the Login Form will appear will depend on the Template being used.  Typically it will be in a column to the left or the right of the main content.  It is possible to assign the Login Form module to appear on one or more pages of your website.  To learn how to do this see [[Customising the Login Form module]].
 
#* the Login Form is associated with a Menu Item.  When clicked, the Login Form appears where the content would normally be.  To learn how to do this see [[Creating a Login Form menu item]].
 
#* the Login Form is associated with a Menu Item.  When clicked, the Login Form appears where the content would normally be.  To learn how to do this see [[Creating a Login Form menu item]].
 +
 +
[[Category:Tutorials]][[Category:User Management]]

Revision as of 04:43, 20 September 2010

If you want your site visitors to be able to register themselves so as to gain access to additional resources, do this:

  1. enable user registration (this is the default). This is done by changing the Allow User Registration field in Global Configuration to Yes. To learn how to do this see Changing user registration settings.
  2. Optional: Set the New User Registration Type field in Global Configuration to the user type that self-registered users will be given when they complete the registration process. This should normally be set to Registered (which is the default).
  3. Optional: Set the New User Account Activation field in Global Configuration:
    • If set to Yes the user will be emailed a link to activate their account before they can log in. This is the default setting. This is a simple validation step because to complete the registration process the user must enter a valid email address to which they have access. It reduces the number of spammers creating fake accounts on your website.
    • If set to No the user account will be activated immediately and the user can log in straight away (even if their email address is invalid).
  4. set up a Login Form somewhere on your website. There are two ways this can be done:
    • the Login Form is a Module assigned to a module position. The exact location where the Login Form will appear will depend on the Template being used. Typically it will be in a column to the left or the right of the main content. It is possible to assign the Login Form module to appear on one or more pages of your website. To learn how to do this see Customising the Login Form module.
    • the Login Form is associated with a Menu Item. When clicked, the Login Form appears where the content would normally be. To learn how to do this see Creating a Login Form menu item.