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/24 13:00:47 UTC

[GitHub] [incubator-superset] sedhha opened a new issue #10151: How to customize Google OAuth screen?

sedhha opened a new issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151


   I have been trying to find the files which render the login oAuth screen of Apache superset. Does anyone know what location can I find them in?


----------------------------------------------------------------
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


[GitHub] [incubator-superset] axelet commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
axelet commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-653585550


   Feel free to create it 


----------------------------------------------------------------
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


[GitHub] [incubator-superset] stale[bot] closed issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151






----------------------------------------------------------------
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


[GitHub] [incubator-superset] sedhha commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
sedhha commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-651526202


   In my /superset/templates/appbuilder/general there's no security, it's just: **model  widgets**. 
   Superset version I am using: 0.36.0
   other dependencies:
   Python 3.8.2
   Flask 1.1.2
   Werkzeug 0.16.1


----------------------------------------------------------------
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


[GitHub] [incubator-superset] stale[bot] closed issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151


   


----------------------------------------------------------------
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


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-648804716


   Issue-Label Bot is automatically applying the label `#question` to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
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


[GitHub] [incubator-superset] stale[bot] commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-685296888


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
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


[GitHub] [incubator-superset] axelet edited a comment on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
axelet edited a comment on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-651076051


   I think you want to override flask_appbuilder's template `./site-packages/flask_appbuilder/templates/appbuilder/general/security/login_oauth.html`
   Copy the file to `./superset/templates/appbuilder/general/security/login_oauth.html` and change things here.
   


----------------------------------------------------------------
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


[GitHub] [incubator-superset] sedhha commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
sedhha commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-653615719


   Oh i see... Have you a sample of yours? Just wanted to see how the attributes are linked there . 


----------------------------------------------------------------
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


[GitHub] [incubator-superset] sedhha edited a comment on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
sedhha edited a comment on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-651526202


   In my /superset/templates/appbuilder/general there's no security, it's just: **model  widgets**. 
   Superset version I am using: **0.36.0**
   other dependencies:
   **Python 3.8.2
   Flask 1.1.2
   Werkzeug 0.16.1**


----------------------------------------------------------------
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


[GitHub] [incubator-superset] stale[bot] closed issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151


   


----------------------------------------------------------------
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


[GitHub] [incubator-superset] sedhha edited a comment on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
sedhha edited a comment on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-653615719


   Oh i see... Have you a sample of yours? Just wanted to see how the attributes are linked there . Also which superset version are you using? 


----------------------------------------------------------------
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


[GitHub] [incubator-superset] axelet commented on issue #10151: How to customize Google OAuth screen?

Posted by GitBox <gi...@apache.org>.
axelet commented on issue #10151:
URL: https://github.com/apache/incubator-superset/issues/10151#issuecomment-651076051


   I think you want to override flask_appbuilder's template `./site-packages/flask_appbuilder/templates/appbuilder/general/security/login_oauth.html`
   Copy the file to `.superset/templates/appbuilder/general/security/login_oauth.html` and change things here.
   


----------------------------------------------------------------
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