inveniosoftware / invenio-accounts

Invenio module for managing user accounts.
https://invenio-accounts.readthedocs.io
MIT License
6 stars 67 forks source link

`ACCOUNTS_SESSION_ACTIVITY_ENABLED = False` not supported by latest `invenio-theme`? #490

Open GraemeWatt opened 3 weeks ago

GraemeWatt commented 3 weeks ago

I'm using the latest invenio-accounts v5.1.1 and invenio-theme v3.3.0 with the hepdata code. If I set the config option ACCOUNTS_SESSION_ACTIVITY_ENABLED = False, I get an error message from this line of invenio-theme:

werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'invenio_accounts.security'. Did you mean 'invenio_accounts.static' instead?

See also HEPData/hepdata#818.