mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Avoid admin part of apps to be reachable from visitors
This commit is contained in:
parent
933b73400b
commit
958c052f1e
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ def migrate_legacy_permission_settings(app=None):
|
||||||
auth_header=True,
|
auth_header=True,
|
||||||
label=legacy_permission_label(app, "protected"),
|
label=legacy_permission_label(app, "protected"),
|
||||||
show_tile=False,
|
show_tile=False,
|
||||||
allowed=user_permission_list()["permissions"][app + ".main"]["allowed"],
|
allowed=[],
|
||||||
protected=True,
|
protected=True,
|
||||||
sync_perm=False,
|
sync_perm=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue