I have setup my own pypi server, using the ClueReleaseManager framework, and I defined a user (for testing purposes only) as follows:
cluerelmgr-admin updateuser test test test@localhost
Then I started the server with
cluerelmgr-server -p 8081
and tried to login on the site localhost:8081 as test with password test. It does not work! I am unable to login as user test - the login window just pops up again.
ClueReleaseManager seems to use werkzeug 0.4.1 and repoze-who 1.0.19. Any idea on how to fix this problem are welcome.