Changeset 1304 for trunk/wifidog-auth/wifidog/classes/Authenticator.php
- Timestamp:
- 10/22/07 15:06:20 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Authenticator.php
r1289 r1304 140 140 $selectedUser=null; 141 141 } 142 142 143 143 $smarty=SmartyWiFiDog::getObject(); 144 144 // Set network selector … … 163 163 { 164 164 if (!empty($_REQUEST["login_form_submit"])) { 165 if (isset($_REQUEST["user_id"])) {165 if (isset($_REQUEST["user_id"])) { 166 166 $username = User::getObject($_REQUEST["user_id"])->getUsername(); 167 167 } … … 173 173 $password = $_REQUEST["password"]; 174 174 } 175 175 176 176 // Authenticating the user through the selected auth source. 177 177 $network = Network::processSelectUI('auth_source');
