mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-31 19:54:12 +02:00
Fixes the database seeding bug with the password not passing the owasp test. Adds a UserSchema static method that generates a random passphrase that passes the owasp test. Performed minor refactoring of the database seed configuration to implement the new UserSchema method. Added model test for the UserSchema generateRandomPassphrase static method.