-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine password element for user import (and possibly export) #3462
Comments
@asmecher I suppose that the first thing here is to check on import the
@asmecher Is there a case where the user can specify a plain-text password (in OJS)? Or you are referring to an XML that is not produced from export process? If yes we can omit the encryption attribute from XML, and then follow the target's (import OJS) encrypt process on the plain-password text. Any thoughts on these? |
The use case for plain-text imports is when creating content for OJS from another system. What you're proposing makes sense. |
@asmecher
PR |
@asmecher |
Thanks, @defstat, just one remaining comment! |
@asmecher Everything merged |
Thanks, @defstat! Closing this issue. |
…ord-element [OMP] #3462 Refine password element for user import (and possibly export)
@defstat if this is still a problem, can you file a new issue for it? Then we can scheduled it against a future milestone. |
Currently there's no way to import users specifying plain-text passwords.
lib/pkp/plugins/importexport/users/pkp-users.xsd
specifies anencryption
attribute, butlib/pkp/plugins/importexport/users/filter/UserXmlPKPUserFilter.inc.php
doesn't refer to it.Refine the
password
element (and attributes) to allow clearer import/export of password data, including plain-text password imports.The text was updated successfully, but these errors were encountered: