Skip to content

Commit

Permalink
- prevent the ZMI add dialog showing in the Zope 4 ZMI (fixes #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 13, 2019
1 parent acc6571 commit 6adb23c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Change Log

2.0 (unreleased)
----------------
- prevent the ZMI add dialog showing in the Zope 4 ZMI
(`#37 <https://github.com/zopefoundation/Products.PluggableAuthService/issues/37>`_)

- added the indirect dependency ``Products.Sessions`` for the CSRF-support


Expand Down
1 change: 1 addition & 0 deletions Products/PluggableAuthService/PluggableAuthService.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ class PluggableAuthService(Folder, Cacheable):

meta_type = 'Pluggable Auth Service'
zmi_icon = 'fa fa-users-cog'
zmi_show_add_dialog = False

_id = id = 'acl_users'

Expand Down

0 comments on commit 6adb23c

Please sign in to comment.