about summary refs log tree commit diff stats
path: root/central/trunk/changepassword.php
Commit message (Collapse)AuthorAgeFilesLines
* 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