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 99523 Details for
Bug 231227
[sec] Password recovery question dialog text layout might be improved
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
patch recovery setup.txt (text/plain), 3.70 KB, created by
Oleg Besedin
on 2008-05-09 13:57:12 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oleg Besedin
Created:
2008-05-09 13:57:12 EDT
Size:
3.70 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.security.ui >Index: src/org/eclipse/equinox/internal/security/ui/storage/ChallengeResponseDialog.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/storage/ChallengeResponseDialog.java,v >retrieving revision 1.5 >diff -u -r1.5 ChallengeResponseDialog.java >--- src/org/eclipse/equinox/internal/security/ui/storage/ChallengeResponseDialog.java 30 Apr 2008 21:08:34 -0000 1.5 >+++ src/org/eclipse/equinox/internal/security/ui/storage/ChallengeResponseDialog.java 9 May 2008 17:56:50 -0000 >@@ -65,7 +65,13 @@ > > Composite composite = new Composite(compositeTop, SWT.NONE); > >- setMessage(SecUIMessages.passwordMsg, IMessageProvider.INFORMATION); >+ setMessage(SecUIMessages.passwordMsg, IMessageProvider.NONE); >+ >+ Label storyLabel = new Label(composite, SWT.WRAP); >+ GridData labelData = new GridData(SWT.FILL, SWT.BEGINNING, true, false); >+ labelData.widthHint = 500; >+ storyLabel.setLayoutData(labelData); >+ storyLabel.setText(SecUIMessages.passwordRecoveryLabel); > > for (int i = 0; i < size; i++) { > Group group = new Group(composite, SWT.NONE); >@@ -92,10 +98,6 @@ > }); > } > >- Label storyLabel = new Label(composite, SWT.LEFT); >- storyLabel.setText(SecUIMessages.passwordRecoveryLabel); >- storyLabel.setLayoutData(new GridData(GridData.FILL, GridData.BEGINNING, true, false)); >- > composite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); > GridLayoutFactory.swtDefaults().generateLayout(composite); > >@@ -121,7 +123,7 @@ > } > } > if (valid) >- setMessage(SecUIMessages.passwordMsg, IMessageProvider.INFORMATION); >+ setMessage(SecUIMessages.passwordMsg, IMessageProvider.NONE); > else > setMessage(SecUIMessages.passwordErrMsg, IMessageProvider.WARNING); > okButton.setEnabled(valid); >Index: src/org/eclipse/equinox/internal/security/ui/nls/messages.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.equinox/security/bundles/org.eclipse.equinox.security.ui/src/org/eclipse/equinox/internal/security/ui/nls/messages.properties,v >retrieving revision 1.24 >diff -u -r1.24 messages.properties >--- src/org/eclipse/equinox/internal/security/ui/nls/messages.properties 9 May 2008 13:31:16 -0000 1.24 >+++ src/org/eclipse/equinox/internal/security/ui/nls/messages.properties 9 May 2008 17:56:50 -0000 >@@ -144,9 +144,9 @@ > pswdRecoveryOptionTitle = Secure Storage > pswdRecoveryOptionMsg = A new master password has been created. Password recovery can be enabled by providing additional information. Would you like to do so now? > passwordRecoveryTitle = Password Recovery >-passwordRecoveryTitleMsg = Please enter Question/Answer pairs >-passwordMsg = Lost passwords can be recovered using \'Recover\' option on the Secure Storage preference page. >-passwordRecoveryLabel = To be able to recover lost password in future, enter questions and answers above.\nAnswers are case-sensitive; treat answers as secondary passwords.\n >+passwordRecoveryTitleMsg = Password Recovery Setup >+passwordMsg = Specify the questions and answers required for future password recovery. >+passwordRecoveryLabel = To be able to recover a lost \'master\' password for the secure storage, enter questions and their expected answers. The questions will be asked when \'Recover Password\' is pressed on the 'Secure Storage' preference page.\n\nThe answers are case sensitive. Treat answers as secondary passwords. > passwordErrMsg = Questions and answers can not be empty. > passwordGroup = Question {0} > passwordQuestion = &Question:
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 231227
:
99404
|
99522
| 99523