[x]
):As an admin editing an user account, when mark the option "This account has permissions to import local repositories", update the account but the option didn't saved.
Edit: In DB is updated correctly, probably is a front-end issue
To allow import local repositories (repositories stored on gitea server disk) you need to enable setting in app.ini file
This will probably help the next one a great deal: https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample
; True when users are allowed to import local server paths
IMPORT_LOCAL_PATHS = false
Most helpful comment
This will probably help the next one a great deal: https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample
; True when users are allowed to import local server paths
IMPORT_LOCAL_PATHS = false