Changeset 1402
- Timestamp:
- 07/08/09 08:36:40 (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
r1401 r1402 212 212 $errmsg = ""; 213 213 $authenticated_user = $selectedNetwork->getAuthenticator()->login($username, $password, $errmsg); 214 if (!empty($authenticated_user)) { 215 throw new Exception(_("Unable to authenticate newly created user. Please report this bug. Error was: $errmsg")); 216 } 214 217 215 218 // While in validation period, alert user that he should validate his account ASAP
