web/webctl.py
branchtls-sprint
changeset 1132 96752791c2b6
parent 601 a9e65aff3049
child 1802 d628defebc17
--- a/web/webctl.py	Mon Mar 23 17:38:30 2009 +0100
+++ b/web/webctl.py	Mon Mar 23 17:55:59 2009 +0100
@@ -23,8 +23,8 @@
             print '-' * 72
             config.input_config('pyro-client', inputlevel)
         if confirm('allow anonymous access', False):
-           config.global_set_option('anonymous-user', 'anon') 
-           config.global_set_option('anonymous-password', 'anon') 
+            config.global_set_option('anonymous-user', 'anon') 
+            config.global_set_option('anonymous-password', 'anon') 
         
     def postcreate(self):
         """hooks called once application's initialization has been completed"""