You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of relying on the admin setting the users permissions after the installation, we should ask for which user the app will be available. and use ynh_permission_create --permission "permission_name" --url /admin --allowed "username" (where username comes from https://github.com/YunoHost/example_ynh/blob/master/manifest.json#L47-L54) in the install script.
This will still require 1 database and daemon per installation.
Or wait for Kresus' multi-users management.
The text was updated successfully, but these errors were encountered:
Instead of relying on the admin setting the users permissions after the installation, we should ask for which user the app will be available. and use
ynh_permission_create --permission "permission_name" --url /admin --allowed "username"
(where username comes from https://github.com/YunoHost/example_ynh/blob/master/manifest.json#L47-L54) in the install script.This will still require 1 database and daemon per installation.
Or wait for Kresus' multi-users management.
The text was updated successfully, but these errors were encountered: