Chapter 5. User level functions

Table of Contents
The web/user/ files
User sign up
Change Password
Re-send confirmation code
Log Out
Logins
Forgotten Passwords
Personal settings

This section deals with user level functions. (sign up, password reminder, change password, etc.. )

If you are using GenieGate for manual account creations (through the administration interface) and do not wish your users to have such functionality, you can skip this chapter.

The web/user/ files

The web/users/ directory contains PHP code that is designed for users to run. web/users/index.php Could run every function, however for convenience there are several distinct scripts that run particular functions. This provides a way to link to them using conventional HTML anchors.

These scripts (as well as the admin scripts) make assumptions about where your ~/geniegate/ resides. (See: the Section called Directory Structure in Chapter 2)