Author: andre
Date: 2010-05-26 16:11:47 +0200 (Wed, 26 May 2010)
New Revision: 42278
Modified:
mmbase/trunk/applications/email/src/main/java/org/mmbase/datatypes/VerifyEmailProcessor.java
Log:
did not build because of missing boolean, plus ported a few differences with 1.9
Modified:
mmbase/trunk/applications/email/src/main/java/org/mmbase/datatypes/VerifyEmailProcessor.java
===================================================================
---
mmbase/trunk/applications/email/src/main/java/org/mmbase/datatypes/VerifyEmailProcessor.java
2010-05-26 14:03:33 UTC (rev 42277)
+++
mmbase/trunk/applications/email/src/main/java/org/mmbase/datatypes/VerifyEmailProcessor.java
2010-05-26 14:11:47 UTC (rev 42278)
@@ -84,7 +84,14 @@
private String url = "/mmbase/email/verify/";
private String includeUrl = null; //"/core/mail.jsp";
+ private boolean onlyForSelf = false;
+
+ public void setOnlyForSelf(boolean o) {
+ onlyForSelf = o;
+ }
+
+
public void setEmailField(String ef) {
emailField = ef;
}
@@ -240,6 +247,7 @@
EventManager.getInstance().propagateEvent(new
EmailValidated(node.getNumber()));
return node;
}
+ log.service("Not Found " + query.toSql());
return null;
}
@@ -257,7 +265,7 @@
int myNode =
node.getCloud().getCloudContext().getAuthentication().getNode(node.getCloud().getUser());
log.debug("Comparing " + node.getNumber() + " with " + myNode);
if (myNode != node.getNumber()) {
- log.debug("Logged in as someone different. Ignoring");
+ log.debug("Logged in a someone different. Ignoring");
return;
}
} catch (UnsupportedOperationException uoe) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs