Added command for deleting users

This commit is contained in:
Abijeet Patro 2017-12-18 22:32:20 +05:30 committed by GitHub
commit f1db21df62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,4 +36,6 @@ php artisan bookstack:regenerate-search
# Regenerate access permissions - Used mostly in development
php artisan bookstack:regenerate-permissions
# Delete all users from the system that are not "admin" or system users
php artisan bookstack:delete-users
```