Drupal Site Public Registrations
As Drupal is set when you first install it, anyone can register for an account on the site without having to be approved by you. You can set up your own user account and see how user registration currently works:
If you are currently logged in, click the Log Out link at the bottom of the left menu.
You see a login form on the left. Under that are two links: Create New Account and Request New Password.
Click the Create New Account link.
You see the User Account page with the Create New Account form.
Enter a username and a valid e-mail address, and then click Create New Account.
You will receive an e-mail at that address in a few minutes.
Use a different e-mail address for your test user account than the address you used with your administrator account. Drupal identifies users on the site by e-mail address; only one user to an e-mail address is allowed. The text of this e-mail is up to you.
To complete the account setup process, an administrator will have to set the new account to Active.
Now that you have a registered user account in addition to your administrator account, take advantage of it to see how the site looks to your registered users. You should also preview your site completely logged out.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.