GenieGate, Version 1.1.0 (PHP 5) manual

Chapter 6. User level functions

Abstract

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 sane URL's.

These scripts (as well as the admin scripts) make assumptions about where your ~/geniegate/ resides. (See: the section called “Directory Structure”) if you are changing the HTML, these files are not the correct place to look.