Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 240085 Details for
Bug 428482
[server] email confirmation sends incorrect link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to fix the issue
SimpleUserCredentialsService.java.patch (text/plain), 1.09 KB, created by
Anthony Hunter
on 2014-02-18 14:52:28 EST
(
hide
)
Description:
Patch to fix the issue
Filename:
MIME Type:
Creator:
Anthony Hunter
Created:
2014-02-18 14:52:28 EST
Size:
1.09 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.server.useradmin.simple/src/org/eclipse/orion/internal/server/useradmin/simple/SimpleUserCredentialsService.java b/bundles/org.eclipse.orion.server.useradmin.simple/src/org/eclipse/orion/internal/server/useradmin/simple/SimpleUserCredentialsService.java >index 79c64f6..cbaef79 100644 >--- a/bundles/org.eclipse.orion.server.useradmin.simple/src/org/eclipse/orion/internal/server/useradmin/simple/SimpleUserCredentialsService.java >+++ b/bundles/org.eclipse.orion.server.useradmin.simple/src/org/eclipse/orion/internal/server/useradmin/simple/SimpleUserCredentialsService.java >@@ -336,8 +336,8 @@ > if (blocked.equals("true")) { > user.setBlocked(true); > } >- String emailConfirmation = userProfileNode.get(UserConstants.KEY_EMAIL_CONFIRMATION, "false"); >- if (emailConfirmation.equals("true")) { >+ String emailConfirmation = userProfileNode.get(UserConstants.KEY_EMAIL_CONFIRMATION, ""); >+ if (!emailConfirmation.equals("")) { > user.setConfirmationId(emailConfirmation); > } > String[] keys = userProfileNode.getUserProfileNode(USER_PROPERTIES).keys();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428482
: 240085