mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
- Added {$service}_AUTO_REGISTER and {$service}_AUTO_CONFIRM_EMAIL env
options for each social auth system.
- Auto-register will allow registration from login, even if registration
is disabled.
- Auto-confirm-email indicates trust and will mark new registrants as
'email_confirmed' and skip 'confirmation email' flow.
- Also added covering tests.
|
||
|---|---|---|
| .. | ||
| Auth | ||
| AttachmentController.php | ||
| BookController.php | ||
| BookshelfController.php | ||
| ChapterController.php | ||
| CommentController.php | ||
| Controller.php | ||
| HomeController.php | ||
| ImageController.php | ||
| PageController.php | ||
| PermissionController.php | ||
| SearchController.php | ||
| SettingController.php | ||
| TagController.php | ||
| UserController.php | ||