ether / ep_hash_auth

Etherpad plugin that allows the usage of hash values for authentoication in settings.json
Apache License 2.0
5 stars 10 forks source link

[INFO] Settings - Warning: Could not verify bcrypt hash due to missing dependency #70

Open Wikinaut opened 10 months ago

Wikinaut commented 10 months ago

After installation, I ran npm install bcrypt (in /opt/etherpad/src). bcrypt is listed, when I run (in /opt/etherpad/src) npm list.

/opt/etherpad/src$ npm list
ep_etherpad-lite@1.9.4 /opt/etherpad/src
├── async@3.2.4
├── axios@1.6.0
├── bcrypt@5.1.1
....

@JohnMcLear What can be the problem, that the library is not found? I have no idea how to fix this issue.

When I run npm install bcrypt in /opt/etherpad, all modules are gone and etherpad is not working.

Please can you assist.

(running latest code on latest debian). npm version10.2.0