Issue 103783

Summary: Remove the password length limitation in ODF document password creation dialog.
Product: General Reporter: mikhail.voytenko
Component: codeAssignee: thorsten.martens
Status: CLOSED FIXED QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues, zhangxiaofei.ooo
Version: DEV300m51   
Target Milestone: OOo 3.2   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 72764    
Attachments:
Description Flags
The fix to this issue. Line ends in the following files should be changed on integration: uui/source/passcrtdlg.hrc uui/source/passcrtdlg.src uui/source/passworddlg.hrc none

Description mikhail.voytenko 2009-07-24 16:03:35 UTC
The current document password limitation ( at least 5 characters long ) used in
password creation dialog is outdated and makes no sense any more. It should be
removed.

Increasing of the minimal length to 8 characters looks not to be reasonable, so
the limitation should be just removed. The OK button in the dialog will be
activated when the password has at least one character.

The related specification ( entry 6.2 ) has been updated accordingly
http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.sxw
Comment 1 zhangxiaofei.ooo 2009-07-31 02:21:15 UTC
Created attachment 63873 [details]
The fix to this issue. Line ends in the following files should be changed on integration: uui/source/passcrtdlg.hrc uui/source/passcrtdlg.src uui/source/passworddlg.hrc
Comment 2 mikhail.voytenko 2009-07-31 13:26:02 UTC
fixed in fwk116
Comment 3 mikhail.voytenko 2009-09-03 18:22:37 UTC
mav->tm: Please verify the issue. The link to the specification can be found above.
Comment 4 thorsten.martens 2009-09-08 13:09:55 UTC
checked and verified in cws fwk116 -> OK !