Changeset 1408
- Timestamp:
- 07/22/09 10:30:04 (3 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/signup.php
r1402 r1408 212 212 $errmsg = ""; 213 213 $authenticated_user = $selectedNetwork->getAuthenticator()->login($username, $password, $errmsg); 214 if ( !empty($authenticated_user)) {214 if (empty($authenticated_user)) { 215 215 throw new Exception(_("Unable to authenticate newly created user. Please report this bug. Error was: $errmsg")); 216 216 }
