Interface UpdatePasswordService

    • Method Detail

      • updateMyPassword

        @Secured({"ROLE_USER","ROLE_EDIT_DATA","ROLE_EDIT_SCHEMA","ROLE_ADMIN","ROLE_EXPORT_DATA","ROLE_EDIT_SCRIPT"})
        @Transactional
        void updateMyPassword​(char[] oldPassword,
                              char[] newPassword)
        Update the password for the current user. Old password must match the one that is stored for the update to be successful. Can be called only when tablesExist() is true
        Parameters:
        oldPassword - The old password
        newPassword - The new password