Some files have not passed the integrity check NC20

Hi

I am using NC 20.0.2 on ubuntu 18 using apache2
while I am doing the usual check on the system at system and setup warning I get this ( Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the documentation. (List of invalid files)

the output of the file list:

Technical information

The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results

  • core
    • INVALID_HASH
      • core/js/dist/login.js

Raw output

Array
(
[core] => Array
(
[INVALID_HASH] => Array
(
[core/js/dist/login.js] => Array
(
[expected] => 4df60e6a9f8120366f7de4bb387ce89153fbe6a97e28c4377530337b872f7cb5564d5ba36ce6239c05b3062f21fe1a5a96cbe427b67adf91bddfd71a08563e0f
[current] => f1d2baca52d116c1d36dd074a40343d3afe2b69b06f42f93967902c1bb7f909b4aaa9c2d3aa1b2d80c641d93a3b88b5721cc657e4d8bfbbaa1acbde3a6de9b05
)

            )

    )

)

also before two weeks I have changed some entries in the file core/js/dist/login.js
to change the label in the login field

I need to know how to fix this warning , THANKS

Afaik you cannot “fix” this issue and have to live with this message because you’ve changed a file of the core package which results in a different file checksum.

Thanks for reply