Would like to customize the web interface
I've got the Docker version of 'opencve', and would like to remove the 'Register' field on both the base and the login pages.
How do I do that?
At the moment, it's not possible to customize the login or base pages (such as removing the "Register" field) without modifying the source code directly. That said, we've added this request to our backlog for future improvements.
Please note, however, that many features are currently in development, so this one is not likely to be prioritized in the short term.
@infracritical A hackish way we did it was adding url rewrite rules to disable the actual registration page. It's not pretty but it works