To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=21923


User beppec56 changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'cloph'                   |'beppec56,cloph'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Jul 29 05:09:22 -0700 
2006 -------
The patch I attached simply adds a test string to the standard password dialog.
It is changed according to SfxPasswordDialog::mnMinLen data member.
It's based on src680-m177 tag and it's a little improved wrt the one proposed in
issue 44979, desc2.
This password dialog seems to be the one more widely used throughout OOo.

If the calling sequence is something as:

        SfxPasswordDialog aPwdDialog( this );
        aPwdDialog.SetMinLen( 0 );
        aPwdDialog.ShowExtras( SHOWEXTRAS_CONFIRM );
        aPwdDialog.SetText( sDlgTitle );
        if( aPwdDialog.Execute() == RET_OK )  //OK issued get password and set 
it
                sDestPassword = aPwdDialog.GetPassword();

Then the minimum password length required will be shown to the user.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to