Commit 2642c252 by Tuukka Kivilahti

see diff and fix method, this is kind of importand

and something what we do not wont to forget
1 parent 02841205
...@@ -520,4 +520,9 @@ public class User implements ModelInterface<Integer>{ ...@@ -520,4 +520,9 @@ public class User implements ModelInterface<Integer>{
public void setEventSettings(List<EventSettings> eventSettings) { public void setEventSettings(List<EventSettings> eventSettings) {
this.eventSettings = eventSettings; this.eventSettings = eventSettings;
} }
public static String hashPassword(String plainPassword) {
throw new UnsupportedOperationException("TÄLLE EI SAA TEHDÄ TESTIMETODIA, KOSKA SE KUITENKIN UNOGTUU TÄNNE");
}
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!