about summary refs log tree commit diff stats
path: root/central/trunk/changepassword.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Removed UIKelly Rauchenberger2008-09-281-119/+0
| | | | Refs #63
* Central: Fixed a typo in changepassword.phpKelly Rauchenberger2008-08-161-1/+1
| | | | Yet ANOTHER ANNOYING [15]. The number of these [15]s is saying something about my coding techniques. Refs #25
* Central: Added logout pageKelly Rauchenberger2008-08-161-34/+35
| | | | Also modified Change Password to lock out non logged-in users and to use the instaDisc_verifyUser() functions instead of inlining it. Refs #25
* Central: Replaced adds with adds_blockKelly Rauchenberger2008-08-161-3/+3
| | | | | For some reason, the adds() function was being used to add block data instead of the correct function, adds_block(). Refs #25
* Central: Add change passwordKelly Rauchenberger2008-08-151-0/+118
Refs #25 and closes #35