This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
winterstream (author)
Wed Oct 22 08:22:29 -0700 2008
pootle / users.prefs
| 9c73a0d2 » | dwaynebailey | 2005-05-31 | 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. | ||||
| 4 | # | ||||
| 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 = ... | ||||
| 20 | # | ||||
| 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 | ||||
| 0fc2f1aa » | friedelwolff | 2008-06-13 | 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) | ||||
| 9c73a0d2 » | dwaynebailey | 2005-05-31 | 42 | # | |
| 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 | # | ||||
| b978c8c1 » | friedelwolff | 2006-09-09 | 48 | # Once your site is configured, please remove this user by deleting the startup | |
| 9c73a0d2 » | dwaynebailey | 2005-05-31 | 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 | # | ||||
| 7773e98a » | friedelwolff | 2006-08-28 | 52 | # NOTE: leaving this user enabled will compromise your Pootle setup. | |
| 9c73a0d2 » | dwaynebailey | 2005-05-31 | 53 | # | |
| dce43c69 » | friedelwolff | 2006-08-02 | 54 | #startup: | |
| 55 | # activated = 1 | ||||
| 56 | # passwdhash = 'dd82c1882969461de74b46427961ea2c' | ||||
| 57 | # rights.siteadmin = True | ||||
| 58 | # name = '' | ||||
| 59 | # email = '' | ||||







