Comment 12 for bug 346788

Revision history for this message
TAC one (tacone) wrote :

It's not working for everyone.
Seems like thread stuff, but I really can't isolate the right fix.
This hack works, though.

add this to line 80 of RapacheGui.py
# HACK : work around bug
if not Shell.command.ask_password(): sys.exit(1)

this will make rapache ask for password at the launch, or quit if the password is wrong.
this will be the default behaviour in the coming upstream versions by the way.

Subscribing Emgent.