fixing #2547
authorKatja Luther <k.luther@bgbm.org>
Thu, 30 Oct 2014 10:43:43 +0000 (10:43 +0000)
committerKatja Luther <k.luther@bgbm.org>
Thu, 30 Oct 2014 10:43:43 +0000 (10:43 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/password/PasswordWizard.java

index 0ab1de2142a43c7884e9058a9116b6b3a3fc10dd..ed0a02cdd78d79da5c4c1630157b4de4fb2c2283 100644 (file)
@@ -76,7 +76,8 @@ public class PasswordWizard extends Wizard implements IConversationEnabled{
                    internalConversation.close();
                        return true;
                }catch(Exception e){
-                       MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e);
+                       MessagingUtils.warningDialog("Could not change password", this, "The old password is not correct.");
+                       //MessagingUtils.messageDialog("Error while changing password", getClass(), "There was a problem changing the password.", e);
                        return false;
                }finally{
                    if(conversation != null){