no message
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package GlobalData.User;
|
||||
import Common_old.Constants;
|
||||
import Common.CommonConstants;
|
||||
import Common_old.Current;
|
||||
import Common.Database.Objects.iDBObject;
|
||||
import GlobalData.Machine.Machine;
|
||||
@@ -11,7 +11,7 @@ import java.nio.file.Paths;
|
||||
public class User extends iDBObject {
|
||||
public String login;
|
||||
public String password = "";
|
||||
public int machine_id = Constants.Nan;
|
||||
public int machine_id = CommonConstants.Nan;
|
||||
public UserAuthentication authentication = UserAuthentication.password;
|
||||
public String workspace = ""; //рабочая папка визуализатора пользователя на машине. полный путь.
|
||||
public UserState state = UserState.initial;
|
||||
|
||||
Reference in New Issue
Block a user