Require login to show JSXC shortcut on frontpage

Update changelog
This commit is contained in:
James Valleroy 2016-11-14 20:27:28 -05:00
parent fbe40f17b2
commit b297435161
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
### Changed
- repro: Use firewalld provided SIP services.
- xmpp: Show more clearly if domain is not set.
- frontpage: Don't show apps requiring login, unless logged in.
## [0.11.0] - 2016-09-21
### Added

View File

@ -92,7 +92,7 @@ def setup(helper, old_version=None):
def add_shortcut():
frontpage.add_shortcut('jsxc', _('Chat Client (jsxc)'),
reverse_lazy('xmpp:jsxc'), 'glyphicon-comment',
login_required=False)
login_required=True)
frontpage.add_shortcut('xmpp', title, None, 'glyphicon-comment',
description, login_required=True)