This is a small introductory manual to teach you about how to use e-cidadania without messing everything up :).
Note
This behaviour will change on e-cidadania 0.2
e-cidadania has a basic automated registration system that the administrator can activate or deactivate at his own will. By default, e-cidadania comes with registration activated, but if for some reason the administrator wants to block that registration system (passing to manual mode) he just has to activate when he considers removing the comment symbol (sharp).
apps/userprofile/urls/en.py:107:
# url(r'^register/$', register, name='signup'),
If the platform is well set up, the registration system should take care of everything.
Permissions in e-cidadania are inherited directly from the django auth system. This way we have group based permissions and user based permissions.
Note
e-cidadania 0.2 will have a row-level permission system.
There are four basic permissions:
The most frequest errors are due to the server or a bad administrator management in the groups/permission case.