Board18Admin

From BOARD18 Project WIKI
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The following functions are used by board18Admin.php

Function forceResult(response)

Function forceResult is the callback function for the ajax forcePasswd call.

Function forceChange(currpw)

Function forceChange is called by the on-click method of the passwd submit button. It checks the input for missing or invalid fields and does an ajax call to updateUser.php.

Function adminResult(response)

Function adminResult is the callback function for the ajax newUser call.

Function administrate(currpw)

Function administrate is called by the on-click method of the administrate submit button. It checks the input for missing fields and does an ajax call to updateUser.php.