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

« back to all changes in this revision

Viewing changes to services/serveservice

  • Committer: chadnickbok
  • Date: 2009-01-13 05:33:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1108
Updated the settings page to require the old password
when updating the password. Note that this field
is not shown when using ldap authentication

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
import mimetypes
27
27
import os
 
28
import conf
28
29
import StringIO
29
30
import urlparse
30
31
 
31
 
from ivle import (cgirequest, studpath)
32
 
from ivle import zip as zipmod
 
32
from common import (cgirequest, studpath)
 
33
from common import zip as zipmod
33
34
 
34
35
req = cgirequest.CGIRequest()
35
36
req.install_error_handler()