${h.secure_form(h.url('admin_settings_global'), request=request)}

${_('Branding')}

${h.text('rhodecode_title',size=60)}
${_('Set a custom title for your RhodeCode instance (limited to 40 characters).')}
${h.text('rhodecode_realm',size=60)}
${_('Set a custom text that is shown as authentication message to clients trying to connect.')}

${_('Personal Repository Group')}

${h.checkbox('rhodecode_create_personal_repo_group','True')}
${_('Always create Personal Repository Groups for new users.')}
${_('When creating new users from add user form or API you can still turn this off via a checkbox or flag')}
${h.text('rhodecode_personal_repo_group_pattern',size=60, placeholder=c.personal_repo_group_default_pattern)}
${_('Pattern used to create Personal Repository Groups. Prefix can be other existing repository group path[s], eg. /u/${username}')}
${_('Available variables are currently ${username} and ${user_id}')}

${_('Registration Captcha')}

${h.text('rhodecode_captcha_public_key',size=60)}
${_('Public key for reCaptcha system.')}
${h.text('rhodecode_captcha_private_key',size=60)}
${_('Private key for reCaptcha system. Setting this value will enable captcha on registration')}

${_('Custom Header Code')}

${h.textarea('rhodecode_pre_code',cols=23,rows=5,class_="medium")} ${_('Custom js/css code added at the end of the
tag.')} ${_('Use