Mercurial > p > roundup > code
comparison doc/customizing.txt @ 4941:b76710818d31
Roundup Tracker isssue #: 2550857
Remove pair of single quotes that breaks the "Provisional User"
customization example.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Oct 2014 14:10:32 -0400 |
| parents | 8430576a5625 |
| children | 2fce201a2b47 |
comparison
equal
deleted
inserted
replaced
| 4940:ff4d939f4619 | 4941:b76710818d31 |
|---|---|
| 4753 Then, in ``config.ini``, we change the Role assigned to newly-registered | 4753 Then, in ``config.ini``, we change the Role assigned to newly-registered |
| 4754 users, replacing the existing ``'User'`` values:: | 4754 users, replacing the existing ``'User'`` values:: |
| 4755 | 4755 |
| 4756 [main] | 4756 [main] |
| 4757 ... | 4757 ... |
| 4758 new_web_user_roles = 'Provisional User' | 4758 new_web_user_roles = Provisional User |
| 4759 new_email_user_roles = 'Provisional User' | 4759 new_email_user_roles = Provisional User |
| 4760 | 4760 |
| 4761 | 4761 |
| 4762 All users may only view and edit issues, files and messages they create | 4762 All users may only view and edit issues, files and messages they create |
| 4763 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 4763 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 4764 | 4764 |
