dever 6 лет назад
Родитель
Сommit
a5e722bfbb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/Base.php

+ 1 - 1
lib/Base.php

@@ -220,7 +220,7 @@ class Base
                 }
 
                 if (!$new) {
-                    if ($user['bind'] == 1) {
+                    if ($user['bind'] == 1 && !strstr($user['username'], '****')) {
                         $new = $v['uid'];
                     } elseif ($user['temp'] == 2) {
                         $new = $v['uid'];