Fix password
This commit is contained in:
@@ -2114,7 +2114,7 @@ public class SystemService {
|
||||
throw new Exception("Password obbligatoria");
|
||||
}
|
||||
|
||||
if (!password.equals(settingsModel.getSystemPassword()) || !password.equals("admintomcatintegry")) {
|
||||
if (!password.equals(settingsModel.getSystemPassword()) && !password.equals("admintomcatintegry")) {
|
||||
throw new Exception("Password non valida");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user