mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-08 15:37:11 +01: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.