Changes between Version 5 and Version 6 of doc/developer/ClosedNetwork
- Timestamp:
- 04/10/09 00:05:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/ClosedNetwork
v5 v6 20 20 == Second Step - Code Changes: == 21 21 22 23 ''' First possibility ''' (don't works for me [GuilloOme]): 24 22 25 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. 23 26 24 * /manual_useradd.php - Creates the User and Activates the Account, Based from /signup.php (*NEW FILE*)27 * /manual_useradd.php - Creates the User and Activates the Account, Based from /signup.php (*NEW FILE*) 25 28 26 * /templates/sites/manual_useradd.tpl - Smarty Template for /manual_useradd.php (*NEW FILE*) 29 * /templates/sites/manual_useradd.tpl - Smarty Template for /manual_useradd.php (*NEW FILE*) 30 31 32 ---- 33 ''' Second possibility ''' (my version [GuilloOme]): 34 35 * Place addUserManually.php into /admin 36 * Place addUserManually.tpl into /admin/templates 37 38 for accessing the form : http://www.myAuthServer.org/admin/addUserManually.php 39 You need to be logged as admin to use it. 27 40 28 41 == Future Work and Goals == 29 42 30 The first and most important goal is to either insert authentication code in the manual_useradd script, or move the code into the current user manager. As it stands right now anyone who can access that file can add a new user! 43 ~~The first and most important goal is to either insert authentication code in the manual_useradd script, or move the code into the current user manager. As it stands right now anyone who can access that file can add a new user~~ '''Problem solved with the second alternative ! ''' 31 44 32 45 Other ideas are floating around but currently there is much work to be done on what we have. If you have any ideas to add please include them below.