Automatic Registration & Email Confirmation not working - still requiring confirmation #1161

Closed
opened 2026-02-05 00:06:33 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @tylerlucas on GitHub (Apr 28, 2019).

I saw issue #573, which may be related.

BookStack v0.25.1

I have Google Auth enabled. I also have domain restriction enabled in BookStack.

I have added GOOGLE_AUTO_REGISTER=true to my .env file, but even after doing so, users are still being required to confirm email. Is this intended behavior?

Originally created by @tylerlucas on GitHub (Apr 28, 2019). I saw issue #573, which may be related. BookStack v0.25.1 I have Google Auth enabled. I also have domain restriction enabled in BookStack. I have added GOOGLE_AUTO_REGISTER=true to my .env file, but even after doing so, users are still being required to confirm email. Is this intended behavior?
OVERLORD added the 📖 Docs Update label 2026-02-05 00:06:33 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Apr 28, 2019):

Hi @tylerlucas,
To auto-confirm emails for google authentication users you can add the following .env option:

GOOGLE_AUTO_CONFIRM_EMAIL=true

Automatic registration is slightly different to automatic confirmation, details on this can be found here:
https://www.bookstackapp.com/docs/admin/third-party-auth/#automatic-registration-email-confirmation

@ssddanbrown commented on GitHub (Apr 28, 2019): Hi @tylerlucas, To auto-confirm emails for google authentication users you can add the following `.env` option: ```shell GOOGLE_AUTO_CONFIRM_EMAIL=true ``` Automatic registration is slightly different to automatic confirmation, details on this can be found here: https://www.bookstackapp.com/docs/admin/third-party-auth/#automatic-registration-email-confirmation
Author
Owner

@tylerlucas commented on GitHub (Apr 28, 2019):

Gah, thanks Dan.

I misinterpreted the second code block as being the same as the first. I think this could be slightly more clear if you add another line to the wiki in bold before "If you trust a third-party login service you can enable automatic email confirmation”.

Thanks for the help.
On Apr 28, 2019, 11:01 AM -0500, Dan Brown notifications@github.com, wrote:

Hi @tylerlucas,
To auto-confirm emails for google authentication users you can add the following .env option:
GOOGLE_AUTO_CONFIRM_EMAIL=true
Automatic registration is slightly different to automatic confirmation, details on this can be found here:
https://www.bookstackapp.com/docs/admin/third-party-auth/#automatic-registration-email-confirmation

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

@tylerlucas commented on GitHub (Apr 28, 2019): Gah, thanks Dan. I misinterpreted the second code block as being the same as the first. I think this could be slightly more clear if you add another line to the wiki in bold before "If you trust a third-party login service you can enable automatic email confirmation”. Thanks for the help. On Apr 28, 2019, 11:01 AM -0500, Dan Brown <notifications@github.com>, wrote: > Hi @tylerlucas, > To auto-confirm emails for google authentication users you can add the following .env option: > GOOGLE_AUTO_CONFIRM_EMAIL=true > Automatic registration is slightly different to automatic confirmation, details on this can be found here: > https://www.bookstackapp.com/docs/admin/third-party-auth/#automatic-registration-email-confirmation > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub, or mute the thread.
Author
Owner

@ssddanbrown commented on GitHub (May 4, 2019):

@tylerlucas No problem! I've now updated the docs to be more clear, with the auto-reg and auto-confirm now under two separate headings so will therefore close this.

@ssddanbrown commented on GitHub (May 4, 2019): @tylerlucas No problem! I've now updated the docs to be more clear, with the auto-reg and auto-confirm now under two separate headings so will therefore close this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1161