You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a page within the documentation, i gathered this hint: {SERVICE}_AUTO_CONFIRM_EMAIL=true, which lead me to believe, that OIDC_AUTO_CONFIRM_EMAIL=true should also work.
Setting this in my .env file however, has no effect. BookStack still complains about a non-verified email address for the new user.
Am i missing something, or is this actually not implemented?
I do not really want users to be bothered clicking a link in an email when they log in the first time, as i already know that the email is correct. If this would work, i could skip setting up SMTP alltogether, i think.
Exact BookStack Version
v25.02
Log Content
No response
Hosting Environment
I run BookStack dockerized.
The text was updated successfully, but these errors were encountered:
oh, hey, thank you very much, that hint actually solved all problems at once. this did not even come to mind.
it somehow did not occur to me, that settings in the gui would have an effect on something i configured in the environment variables. there also is this hint in the settings, that the "enable registration" option is ignored, when using something like ldap, i extrapolated that to all the options, i guess.
but that most likely is just me being totally ignorant. maybe we should put something into the docs nevertheless?
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
From a page within the documentation, i gathered this hint:
{SERVICE}_AUTO_CONFIRM_EMAIL=true
, which lead me to believe, thatOIDC_AUTO_CONFIRM_EMAIL=true
should also work.Setting this in my
.env
file however, has no effect. BookStack still complains about a non-verified email address for the new user.Am i missing something, or is this actually not implemented?
I do not really want users to be bothered clicking a link in an email when they log in the first time, as i already know that the email is correct. If this would work, i could skip setting up SMTP alltogether, i think.
Exact BookStack Version
v25.02
Log Content
No response
Hosting Environment
I run BookStack dockerized.
The text was updated successfully, but these errors were encountered: