Skip to content
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

Enable SOAP compatible password generation #248

Closed
toskrip opened this issue Jul 26, 2021 · 1 comment · Fixed by #263
Closed

Enable SOAP compatible password generation #248

toskrip opened this issue Jul 26, 2021 · 1 comment · Fixed by #263
Assignees
Labels
enhancement New feature or request

Comments

@toskrip
Copy link
Collaborator

toskrip commented Jul 26, 2021

Description:
In LC by upgrading spring security we changed the default password generation that uses spring implementation and adds random salt. This is not useful for SOAP user accounts where password needs to be hashed on client site and raw password is never sent to server backend. Enabled legacy password hashing when user account is SOAP enabled user account (web services enabled).

@toskrip toskrip added the enhancement New feature or request label Jul 26, 2021
@toskrip toskrip added this to the LibreClinica-1.1 milestone Jul 26, 2021
@toskrip toskrip self-assigned this Jul 26, 2021
@toskrip
Copy link
Collaborator Author

toskrip commented Jul 26, 2021

implement for:

  • (ok) new account (CreateUserAccountServlet)
  • (ok) edit account (password reset) (EditUserAccountServlet)
  • (ok) first time login password change (ResetPasswordServlet)
  • (ok) user initiated password change (UpdateProfileServlet)
  • (ok) rest endpoint for user account creation (UserAccountController)
  • (ok) restore account (DeleteUserServlet)
  • (ok) unlock account (UnLockUserServlet)
  • (ok) request password reset (RequestPasswordServlet)

changes will be implemented in lc-soap-pgwen branch

@toskrip toskrip linked a pull request Aug 9, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant