search(MindMapCriteria criteria) {
- return mindmapManager.search(criteria);
- }
-
@Override
public void removeCollaboration(@NotNull Mindmap mindmap, @NotNull Collaboration collaboration) throws CollaborationException {
// remove collaborator association
diff --git a/wise-webapp/src/main/resources/messages_ru.properties b/wise-webapp/src/main/resources/messages_ru.properties
index 622c7fbf..3be183c3 100644
--- a/wise-webapp/src/main/resources/messages_ru.properties
+++ b/wise-webapp/src/main/resources/messages_ru.properties
@@ -64,4 +64,7 @@ OWNER_ROLE_CAN_NOT_BE_CHANGED=Роль владельца изменить не
ZOOM_TO_FIT=Увеличить, чтобы соответствовать
ZOOM_OUT=Уменьшить
ZOOM_IN=Приблизить
-PASSWORD_TOO_LONG=Password must be less than 40 characters.
\ No newline at end of file
+PASSWORD_TOO_LONG=Password must be less than 40 characters.
+CHANGE_PASSWORD.EMAIL_SUBJECT=Your password has been reset
+CHANGE_PASSWORD.EMAIL_TITLE=A temporal password has been generated
+CHANGE_PASSWORD.EMAIL_BODY=Someone, most likely you, requested a new password for your WiseMapping account.
Here is your new password: {0}
You can login clicking here. We strongly encourage you to change the password as soon as possible.
\ No newline at end of file
diff --git a/wise-webapp/src/main/resources/spring/wisemapping-dao.xml b/wise-webapp/src/main/resources/spring/wisemapping-dao.xml
index 2861ec7c..b661f913 100644
--- a/wise-webapp/src/main/resources/spring/wisemapping-dao.xml
+++ b/wise-webapp/src/main/resources/spring/wisemapping-dao.xml
@@ -36,10 +36,6 @@
-
-
-
-
diff --git a/wise-webapp/src/main/resources/spring/wisemapping-model.xml b/wise-webapp/src/main/resources/spring/wisemapping-model.xml
index d2925eac..b56a8723 100644
--- a/wise-webapp/src/main/resources/spring/wisemapping-model.xml
+++ b/wise-webapp/src/main/resources/spring/wisemapping-model.xml
@@ -6,17 +6,12 @@
http://www.springframework.org/schema/beans/spring-beans.xsd">
-
-
-
-
+
-
-
-
+
\ No newline at end of file