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.
I ran into the same issue whilst playing around with ClueReleaseManager. The solution was as simple as restarting the server and clearing the cache.
FYI, this is the list of packages and their versions that I used;