Browse Source

Update UserController.class.php

star7th 8 years ago
parent
commit
13928f6715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Home/Controller/UserController.class.php

+ 1 - 1
Application/Home/Controller/UserController.class.php

@@ -22,7 +22,7 @@ class UserController extends BaseController {
 						if ($ret) {
 					      $this->message(L('register_succeeded'),U('Home/User/login'));					    
 						}else{
-						  $this->message(L('username_or_password_incorrect'));
+						  $this->message('register fail');
 						}
 			  		}else{
 			  			$this->message(L('username_exists'));