Commit c326e3d1 authored by Michal Čihař's avatar Michal Čihař

Document changes in groups

parent 99a8e02b
......@@ -100,16 +100,16 @@ Access control
Weblate uses privileges system based on Django. It defines following extra privileges:
* Can upload translation
* Can overwrite with translation upload
* Can define author of translation upload
* Can save translation
* Can accept suggestion
* Can accept suggestion
* Can upload translation [Users, Managers]
* Can overwrite with translation upload [Users, Managers]
* Can define author of translation upload [Managers]
* Can save translation [Users, Managers]
* Can accept suggestion [Users, Managers]
* Can accept suggestion [Users, Managers]
The default setup (after you run :program:`./manage.py setupgroups`) consists
of single group `Users` which has all above privileges and all users are
automatically added to this group.
of two groups `Users` and `Managers` which have privileges as descibed above.
All new users are automatically added to `Users` group.
To customize this setup, it is recommended to remove privileges from `Users`
group and create additional groups with finer privileges (eg. `Translators`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment