~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to services/usrmgt-server

  • Committer: David Coles
  • Date: 2009-12-02 01:50:16 UTC
  • Revision ID: coles.david@gmail.com-20091202015016-zt7ql34rw0d9k12j
All window.prompts now have a default text (fixes appearing as "undefined" in 
IE)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    @return: None
40
40
    """
41
41
 
42
 
    if not os.path.exists(config['paths']['jails']['template']):
43
 
        return {
44
 
            'response': 'error',
45
 
            'message': 'Template jail has not been built -- '
46
 
                       'do you need to run ivle-buildjail?'}
47
 
 
48
42
    os.umask(0022) # Bad, but start_server sets it worse.
49
43
 
50
44
    login = props['login']