Add Slack, Facebook & Twitter Social providers #113

Closed
opened 2026-02-04 16:55:46 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ssddanbrown on GitHub (Jun 10, 2016).

Originally created by @ssddanbrown on GitHub (Jun 10, 2016).
OVERLORD added the 🛠️ Enhancement label 2026-02-04 16:55:46 +03:00
Author
Owner

@TildeSlashC0re commented on GitHub (Oct 24, 2017):

Sign-ups via twitter return the following error:

[05:01:14] LOG.error: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'email' cannot be null in /var/www/bookstack/vendor/laravel/framework/src/Illuminate/Database/Connection.php:449 Stack trace:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'email' cannot be null (SQL: insert into `users` (`name`, `email`, `password`, `email_confirmed`, `updated_at`, `created_at`) values (XXX-MYTWITTERNAME-XXX, , ************************.yvgPZPOCrg2pwFDNSUVdTqNotmIOoM6koX5JuO, 0, 2017-10-24 05:01:14, 2017-10-24 05:01:14))`
@TildeSlashC0re commented on GitHub (Oct 24, 2017): Sign-ups via twitter return the following error: ``` [05:01:14] LOG.error: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'email' cannot be null in /var/www/bookstack/vendor/laravel/framework/src/Illuminate/Database/Connection.php:449 Stack trace: ``` ``` SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'email' cannot be null (SQL: insert into `users` (`name`, `email`, `password`, `email_confirmed`, `updated_at`, `created_at`) values (XXX-MYTWITTERNAME-XXX, , ************************.yvgPZPOCrg2pwFDNSUVdTqNotmIOoM6koX5JuO, 0, 2017-10-24 05:01:14, 2017-10-24 05:01:14))` ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#113