{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inTabs = true}{/block} {block body} {if $form.errors}

{trans 'The form contains some errors. Please correct them to update the access rights.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
  {trans 'Access Rights'} {trans 'Notifications'}
{$form.f.downloads_access_rights.labelTag}: {if $form.f.downloads_access_rights.errors}{$form.f.downloads_access_rights.fieldErrors}{/if} {$form.f.downloads_access_rights|unsafe} {if $form.f.downloads_notification_email.errors}{$form.f.downloads_notification_email.fieldErrors}{/if} {$form.f.downloads_notification_owners_enabled|unsafe} {$form.f.downloads_notification_owners_enabled.labelTag} {$form.f.downloads_notification_members_enabled|unsafe} {$form.f.downloads_notification_members_enabled.labelTag} {$form.f.downloads_notification_email_enabled|unsafe} {$form.f.downloads_notification_email_enabled.labelTag} {$form.f.downloads_notification_email|unsafe}
{$form.f.wiki_access_rights.labelTag}: {if $form.f.wiki_access_rights.errors}{$form.f.wiki_access_rights.fieldErrors}{/if} {$form.f.wiki_access_rights|unsafe} {if $form.f.wiki_notification_email.errors}{$form.f.wiki_notification_email.fieldErrors}{/if} {$form.f.wiki_notification_owners_enabled|unsafe} {$form.f.wiki_notification_owners_enabled.labelTag} {$form.f.wiki_notification_members_enabled|unsafe} {$form.f.wiki_notification_members_enabled.labelTag} {$form.f.wiki_notification_email_enabled|unsafe} {$form.f.wiki_notification_email_enabled.labelTag} {$form.f.wiki_notification_email|unsafe}
{$form.f.issues_access_rights.labelTag}: {if $form.f.issues_access_rights.errors}{$form.f.issues_access_rights.fieldErrors}{/if} {$form.f.issues_access_rights|unsafe} {if $form.f.issues_notification_email.errors}{$form.f.issues_notification_email.fieldErrors}{/if} {$form.f.issues_notification_owners_enabled|unsafe} {$form.f.issues_notification_owners_enabled.labelTag} {$form.f.issues_notification_members_enabled|unsafe} {$form.f.issues_notification_members_enabled.labelTag} {$form.f.issues_notification_email_enabled|unsafe} {$form.f.issues_notification_email_enabled.labelTag} {$form.f.issues_notification_email|unsafe}
{$form.f.source_access_rights.labelTag}: {if $form.f.source_access_rights.errors}{$form.f.source_access_rights.fieldErrors}{/if} {$form.f.source_access_rights|unsafe} {if $form.f.source_notification_email.errors}{$form.f.source_notification_email.fieldErrors}{/if} {$form.f.source_notification_owners_enabled|unsafe} {$form.f.source_notification_owners_enabled.labelTag} {$form.f.source_notification_members_enabled|unsafe} {$form.f.source_notification_members_enabled.labelTag} {$form.f.source_notification_email_enabled|unsafe} {$form.f.source_notification_email_enabled.labelTag} {$form.f.source_notification_email|unsafe}
{$form.f.review_access_rights.labelTag}: {if $form.f.review_access_rights.errors}{$form.f.review_access_rights.fieldErrors}{/if} {$form.f.review_access_rights|unsafe} {if $form.f.review_notification_email.errors}{$form.f.review_notification_email.fieldErrors}{/if} {$form.f.review_notification_owners_enabled|unsafe} {$form.f.review_notification_owners_enabled.labelTag} {$form.f.review_notification_members_enabled|unsafe} {$form.f.review_notification_members_enabled.labelTag} {$form.f.review_notification_email_enabled|unsafe} {$form.f.review_notification_email_enabled.labelTag} {$form.f.review_notification_email|unsafe}
  {if $form.f.private_project.errors}{$form.f.private_project.fieldErrors}{/if} {$form.f.private_project|unsafe} {$form.f.private_project.labelTag}
  {$form.f.authorized_users.labelTag}:
{if $form.f.authorized_users.errors}{$form.f.authorized_users.fieldErrors}{/if} {$form.f.authorized_users|unsafe}
 
{/block} {block context}

{blocktrans}This section allows you to configure project tabs access rights and notifications.{/blocktrans}

{trans 'Access Rights'}

{blocktrans}Tab access controls whether a single user can navigate into a particular section of your project via the main menu or automatically generated object links.{/blocktrans}

{blocktrans}If you mark a project as private, only the project members and administrators, together with the extra authorized users you provide will have access to the project as a whole. You will still be able to define further access rights for the different tabs but the "Open to all" and "Signed in users" will default to authorized users only.{/blocktrans}

{blocktrans}For the extra authorized user list, specify each person by its login. Each person must have already registered with the given login. Separate the logins with commas and/or new lines.{/blocktrans}

{blocktrans}Only project members and admins have write access to the source. If you restrict the access to the source, anonymous access is not provided and the users must authenticate themselves with their password or SSH key.{/blocktrans}

{trans 'Notifications'}

{blocktrans}Here you can configure who should be notified about changes in a particular section. You can also configure additional addresses, like the one of a mailing list, that should be notified. (Keep in mind that you might have to register the sender address {$from_email} to let the mailing list actually accept notification emails.) Multiple email addresses must be separated through commas (',').{/blocktrans}

{/block} {block javascript}{literal} {/literal}{/block}