|
@@ -101,7 +101,7 @@ class ActionSetPassword extends BaseAction {
|
|
|
|
|
|
|
|
|
|
|
|
|
emc.beginTransaction(Person.class);
|
|
emc.beginTransaction(Person.class);
|
|
|
- business.person().setPassword(person, wi.getNewPassword());
|
|
|
|
|
|
|
+ business.person().setPassword(person, newPassword);
|
|
|
emc.commit();
|
|
emc.commit();
|
|
|
CacheManager.notify(Person.class);
|
|
CacheManager.notify(Person.class);
|
|
|
Wo wo = new Wo();
|
|
Wo wo = new Wo();
|