You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2010/02/24 19:07:27 UTC

[jira] Created: (JCR-2517) UserImporter should use User.changePassword

UserImporter should use User.changePassword
-------------------------------------------

                 Key: JCR-2517
                 URL: https://issues.apache.org/jira/browse/JCR-2517
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core
    Affects Versions: 2.0.0
            Reporter: angela
            Assignee: angela


the UserImporter lists a limitation that the password value is expected to be hashed already as it writes the
value as it was retrieved from the xml-import.

Instead it could make use of User#changePassword that (in the implementation present with JR) creates a 
pw-hash if the password is found to be plain text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-2517) UserImporter should use User.changePassword

Posted by "angela (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-2517.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

> UserImporter should use User.changePassword
> -------------------------------------------
>
>                 Key: JCR-2517
>                 URL: https://issues.apache.org/jira/browse/JCR-2517
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 2.0.0
>            Reporter: angela
>            Assignee: angela
>             Fix For: 2.1.0
>
>
> the UserImporter lists a limitation that the password value is expected to be hashed already as it writes the
> value as it was retrieved from the xml-import.
> Instead it could make use of User#changePassword that (in the implementation present with JR) creates a 
> pw-hash if the password is found to be plain text.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.