Changes between Version 1 and Version 2 of doc/developer/ClosedNetwork
- Timestamp:
- 03/02/08 01:17:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/ClosedNetwork
v1 v2 17 17 == Second Step - Code Changes: == 18 18 19 Below is a list of files, a list of changes for each file with the reasoning behind it, and a copy of the modified file. For the time being you can simply copy the files to your installation of Wifidog. 19 Below is a list of files, a list of changes for each file with the reasoning behind it, and a copy of the modified file. For the time being you can simply copy the files to your installation of Wifidog. All files are attached. 20 20 21 * File 121 * /manual_useradd.php - Creates the User and Activates the Account, Based from /signup.php (*NEW FILE*) 22 22 23 * File 223 * /templates/sites/manual_useradd.tpl - Smarty Template for /manual_useradd.php (*NEW FILE*) 24 24 25 * File 325 * /templates/classes/Authenticator_getLoginForm.tpl - Slight modification of the original for later removal of "Create New Account button" 26 26 27 27 == Third Step - Theme Pack which hides the free signup button: == … … 29 29 As noted for the file "templates/classes/Authenticator_getLoginForm.tpl", it is ideal to remove the "Free User Registration Button" from the login page for our purposes. With the addition of a "submitnewaccount" class on the login form, we can easily do this in a Closed Network theme with css. 30 30 31 The theme pack is attached: closed.tar.bz2 32 33 == Future Work and Goals == 34 31 35 *Work in Progress*