Hi Tibor, > On Fri, 09 Mar 2012, Ferran Jorba wrote: >> Sorry my explanation was incomplete. The behaviour is that we enter our >> alias and password, and the system doesnt give any error message at all, >> but our name doesn't appear in the top right corner, and any privileged >> action complaints that we have to identify ourselves first. > > Did you change anything else in the code base besides `aas'?
Not at all. $ guilt diff | diffstat python/invenio/alert_engine.py | 5 - python/invenio/bibmatch_engine.py | 4 - python/invenio/search_engine.py | 58 ++++++++-------- python/invenio/websearch_regression_tests.py | 24 ++++-- python/invenio/websearch_templates.py | 83 ++++++++++++++---------- python/invenio/websearch_webcoll.py | 42 ++++++------ python/invenio/websearch_webinterface.py | 25 +++++-- python/invenio/websubmit_webinterface.py | 2 webdoc/invenio/hacking/search-engine-api.webdoc | 4 - 9 files changed, 142 insertions(+), 105 deletions(-) It is pretty much the same than http://invenio-software.org/repo/invenio/commit/?id=c59bfe6f74ceb98cb426abdf9a1681ab4b8133a7 > Have you truncated session table before restarting Apache? > > $ echo "TRUNCATE session;" | /opt/invenio/bin/dbexec > $ sudo /etc/init.d/apache2 restart I didn't before your message; I've just done now, both in the test and the production servers, but the behaviour hasn't changed. I've also verified that if I enter a wrong username or a wrong password, the system notices and gives the corresponding error message. Ferran

