Skip to content

Improve the security on Terra change password and password reset features.

Ghost User requested to merge add-authorization-to-change-and-delete-routes into dev

Purpose

Improve the security on Terra change password and password reset features.

  • Add token auth checks
  • Require current password for comparison check on the backend before committing a password change.

Restrict user administration to super admin

Merge request reports