Difference between revisions of "Allowing only manual user registration"

From Joomla! Documentation

(A few markup changes and a Words2Watch correction.)
 
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
 
<translate><!--T:1-->
 
<translate><!--T:1-->
If you want to allow certain (authorised) users to be able to log in to the front-end, but not allow regular site visitors to be able to register themselves, do this:</translate>
+
If you want to allow certain (authorised) users to be able to log in to the Frontend, but not allow regular site visitors to be able to register themselves:</translate>
 
<translate><!--T:2-->
 
<translate><!--T:2-->
# Disable user registration by changing the ''Allow User Registration'' field in Global Configuration to '''No'''. To learn how to do this see [[S:MyLanguage/Help34:Components_Users_Configuration|Changing User Registration Settings]].</translate>
+
# Disable user registration by changing the ''Allow User Registration'' field in Global Configuration to ''No''. To learn how to do this see [[S:MyLanguage/Help34:Components_Users_Configuration|Changing User Registration Settings]].</translate>
 
<translate><!--T:3-->
 
<translate><!--T:3-->
 
# Set up a Login Form somewhere on your website. There are two ways this can be done:</translate>
 
# Set up a Login Form somewhere on your website. There are two ways this can be done:</translate>
 
<translate><!--T:4-->
 
<translate><!--T:4-->
#* The Login Form is a module assigned to a template 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 [[S:MyLanguage/Customising the Login Form module|Customising the Login Form Module]].</translate>
+
## The Login Form is a module assigned to a template 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 [[S:MyLanguage/Customising the Login Form module|Customising the Login Form Module]].</translate>
 
<translate><!--T:5-->
 
<translate><!--T:5-->
#* 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 [[S:MyLanguage/Help34:Menus_Menu_Item_User_Login|Creating a Login Form Menu Item]].</translate>
+
## 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 [[S:MyLanguage/Help34:Menus_Menu_Item_User_Login|Creating a Login Form Menu Item]].</translate>
  
 
<noinclude>
 
<noinclude>

Latest revision as of 17:49, 12 November 2022

Other languages:
Deutsch • ‎English • ‎Nederlands • ‎español • ‎français • ‎italiano • ‎العربية • ‎हिन्दी • ‎বাংলা

If you want to allow certain (authorised) users to be able to log in to the Frontend, but not allow regular site visitors to be able to register themselves:

  1. Disable user registration by changing the Allow User Registration field in Global Configuration to No. To learn how to do this see Changing User Registration Settings.
  2. Set up a Login Form somewhere on your website. There are two ways this can be done:
    1. The Login Form is a module assigned to a template 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.
    2. 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.