Changes between Version 6 and Version 7 of doc/developer/ClosedNetwork
- Timestamp:
- 04/10/09 00:17:45 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/developer/ClosedNetwork
v6 v7 6 6 7 7 This document will assume the reader understands the normal operation of a Wifidog network and is wanting to apply this configuration to an already operational network. 8 9 Follow the directions below to make these changes, then access http://wifidogauthserver/manual_adduser.php. You will add users here. Everything else will operate normally.10 8 11 9 The original Author, Andrew Hodel can be contacted at andrewhodel _@_ gmail.com. … … 21 19 22 20 23 ''' First possibility ''' (don't works for me [GuilloOme]):21 ''' First possibility ''' (don't works for me): 24 22 25 23 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. … … 29 27 * /templates/sites/manual_useradd.tpl - Smarty Template for /manual_useradd.php (*NEW FILE*) 30 28 29 After make these changes, access http://wifidogauthserver/manual_adduser.php. You will add users here. 31 30 32 31 ---- 33 ''' Second possibility ''' (my version [GuilloOme]):32 ''' Second possibility ''' (my version (globinostudio [on the fabulous system of] gmail.com)): 34 33 35 34 * Place addUserManually.php into /admin … … 41 40 == Future Work and Goals == 42 41 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 ! ''' 42 ~~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~~ [[BR]] 43 ''''' Problem solved with the second alternative ! ''''' 44 44 45 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.