-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hub: add option to verify users from social login (#2968)
- Loading branch information
1 parent
bfbb76b
commit ad3e31c
Showing
6 changed files
with
72 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,15 @@ In `sourcecode/hub`, or the `hub` Docker container: | |
```sh | ||
php artisan edlib:create-admin-user [email protected] | ||
``` | ||
|
||
## Configuration settings | ||
|
||
### `FEATURE_SOCIAL_USERS_ARE_VERIFIED` | ||
|
||
If enabled, users logging in from "social login providers" (i.e. Facebook) will | ||
automatically have their email addresses verified upon next login, without | ||
having to go through the email verification process. | ||
|
||
:::caution | ||
Only enable this if you trust a login provider completely. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters