modinfo in the translate toolkit is now a 2-tuple containing the mtime and
[pootle.git] / users.prefs
blobfbdf28f94377f08beb8080c6d3fafcc2350163c0
1 # This is the users file which stores information for each of the Pootle users.
2 # The following is an example, each of the options available is explained after
3 # the complete user specification.
5 # example:
6 #   email = 'johndoe@example.com'
7 #   name = 'John Doe'
8 #   activationcode = '427efdf9ad7906bc41016ddf969b26a5'
9 #   activated = 1
10 #   passwdhash = '1a79a4d60de6718e8e5b326e338ae533'
11 #   rights.siteadmin = True
12 #   translaterows = '7'
13 #   viewrows = '10'
14 #   inputwidth = '60'
15 #   inputheight = '8'
16 #   languages = 'af'
17 #   projects = 'pootle'
18 # anotheruser:
19 #   email = ...
21 # Explanation of options:
22 #   email - the email address of the user
23 #   name - the fullname of the user which is used to update the PO header
24 #     entry.
25 #   activationcode - the code sent to the user when they registered and which
26 #     they need to supply to enable their Pootle account. An admin user can
27 #     enable user manually on the user admin page.
28 #   activated - has this user been activated 1 = yes, 0 = no.  Users must be
29 #     activated to be able to login to Pootle.
30 #   passwdhash - an MD5 sum hash of the users password
31 #   rights.siteadmin - you need at least one of these, they have full rights
32 #     for all languages and all projects. You need at least one to start adding
33 #     users.
34 #   translaterows - the number of rows displayed in translated mode
35 #   viewrows - the number of rows displayed in view mode
36 #   inputwidth - the width of the translation input widget in characters
37 #   inputheight - the height of the translation input widget in rows
38 #   languages - the languages listed on the users home page
39 #   projects - the projects listed on the users home page
40 #   altsrclanguage - the alternative source language to use. This setting has effect
41 #     only if the feature is enabled on the server (enablealtsrc on pootle.prefs)
43 # Startup User:
44 #  When first starting Pootle it is helpful to have a default user.  Below we
45 #  have provided such a user called startup with a password of startup.  You 
46 #  may use this user by uncommenting the the lines below.  
47 #  
48 #  Once your site is configured, please remove this user by deleting the startup
49 #  user using the admin interface or by manually deleting the lines from this 
50 #  file.  Please also ensure that you have a user with siteadmin rights.
51
52 #  NOTE: leaving this user enabled will compromise your Pootle setup.
54 #startup:
55 #  activated = 1
56 #  passwdhash = 'dd82c1882969461de74b46427961ea2c'
57 #  rights.siteadmin = True
58 #  name = ''
59 #  email = ''