You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/25 16:21:10 UTC

[GitHub] [incubator-superset] badman-rodriguez commented on issue #10103: [Register Page] Make Recaptcha Optional.

badman-rodriguez commented on issue #10103:
URL: https://github.com/apache/incubator-superset/issues/10103#issuecomment-649671104


   ok. @willbarrett 
   
   In `superset/config.py` there is a setting:
   ```
   # Will allow user self registration, allowing to create Flask users from Authorized User
   AUTH_USER_REGISTRATION = True
   ```
   
   ^ when that is set to true, it allows a user to register to get access.
   Which is great, but there is a requirement to have GOOGLE RECAPTCHA...
   
   Because you get an error that says `RECAPTCHA_PUBLIC_KEY` this is missing.
   
   I was hoping to make this not a requirement but optional when registering a user.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org