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