mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-15 00:14:38 +00:00
Disallow external users in PrincipalField by default
This commit is contained in:
parent
df31bb35c2
commit
4ef7c3b48e
@ -44,8 +44,7 @@ from indico_chat.views import WPChatEventMgmt
|
||||
|
||||
|
||||
class SettingsForm(IndicoForm):
|
||||
admins = PrincipalField(_('Administrators'), allow_external=False,
|
||||
description=_('Users who can manage chatrooms for all events'))
|
||||
admins = PrincipalField(_('Administrators'), description=_('Users who can manage chatrooms for all events'))
|
||||
server = StringField(_('XMPP server'), [DataRequired()], description=_('The hostname of the XMPP server'))
|
||||
muc_server = StringField(_('XMPP MUC server'), [DataRequired()],
|
||||
description=_("The hostname of the XMPP MUC server"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user