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
First off I love this project, so thank you!! I am using an F5 APM for frontend authentication to Wooey, so I don't need it's built in authentication. I want to disable the login fields once a user lands on the main Wooey page to avoid confusion, as they have already logged in at this point.
I saw the the WOOEY_AUTH customization, and have implemented it in the user_settings.py file (as False), but it doesn't seem to hide the boxes. Is this customization expected to do that? If not, could that functionality be added?
Also the settings in the https://wooey.readthedocs.io/en/latest/configuration.html#wooey-configuration doc don't really specify where you should be putting them. Some seem like they should be in the user_settings.py file, wooey_settings.py or django_settings.py file. If they were specified in that doc I wouldn't need to dig around or guess where to put them.
The text was updated successfully, but these errors were encountered:
Thank you for the report. WOOEY_AUTH refers to whether the user has their own auth url with a separate logic, implemented by WOOEY_LOGIN_URL. There is no system at the moment to hide the login links. Are you logging in users or do you not care about a user account profile in Wooey?
Also, you are right about the confusion to where these settings should go. user_settings.py would be the place I think they belong.
I don't need to use the Wooey authentication for anything other than the admin utility. My pre-auth handles everything else. If it's possible to hide those fields for the main UI of Wooey, that would be great!!
I'm also having an issue where if I turn 'DEBUG = False' in the django_settings.py file the UI gets messed up and I can't log in to the /admin URI. I tried on two fresh installs and had the same results, I just wanted to give you the heads up incase you were able to replicate it.
First off I love this project, so thank you!! I am using an F5 APM for frontend authentication to Wooey, so I don't need it's built in authentication. I want to disable the login fields once a user lands on the main Wooey page to avoid confusion, as they have already logged in at this point.
I saw the the WOOEY_AUTH customization, and have implemented it in the user_settings.py file (as False), but it doesn't seem to hide the boxes. Is this customization expected to do that? If not, could that functionality be added?
Also the settings in the https://wooey.readthedocs.io/en/latest/configuration.html#wooey-configuration doc don't really specify where you should be putting them. Some seem like they should be in the user_settings.py file, wooey_settings.py or django_settings.py file. If they were specified in that doc I wouldn't need to dig around or guess where to put them.
The text was updated successfully, but these errors were encountered: