170fc9 Allow creating API tokens not linked to a particular project

Authored and Committed by Pierre-Yves Chibon 7 years ago
    Allow creating API tokens not linked to a particular project
    
    This is most useful API tokens with ACLs such as 'create_project' which
    up until now required you had a project to get an API token with the ACL
    to create a project.
    
    The list of ACLs allowed for project-less API token is defined in the
    configuration file.
    
        
file modified
+11 -2
file modified
+92 -2