mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
make default visitors
What's the point of a URL shortener when you can't share the URLs without a login? It already requires a login to make links, so requiring someone to login when following a shortened URL just negates the entire point.
This commit is contained in:
parent
350f20a003
commit
9119029c69
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ ram.runtime = "50M"
|
|||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.theme]
|
||||
ask.en = "Choose a theme"
|
||||
|
|
Loading…
Add table
Reference in a new issue