silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

Create users directly in db.json or via API #407

Open danijeljw opened 4 years ago

danijeljw commented 4 years ago

Is there a way to directly add users to the db.json file? I can't see what is making up the hash for the password so I currently cannot inject them directly into the file.

I want to be able to create the accounts for users and populate the files and allow them to logon and grab their files programatically.

Otherwise - this is a fantastic piece of work!