Issue 103783 - Remove the password length limitation in ODF document password creation dialog.
Summary: Remove the password length limitation in ODF document password creation dialog.
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m51
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks: 72764
  Show dependency tree
 
Reported: 2009-07-24 16:03 UTC by mikhail.voytenko
Modified: 2017-05-20 10:29 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
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 (1.63 KB, text/plain)
2009-07-31 02:21 UTC, zhangxiaofei.ooo
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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 !