Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
19e605cb
Commit
19e605cb
authored
Apr 08, 2013
by
Giorgos Korfiatis
Browse files
Project admins and max pending projects in docs
parent
e8600007
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/admin-guide.rst
View file @
19e605cb
...
...
@@ -180,6 +180,11 @@ in ``20-snf-astakos-app-settings.conf`` set::
# this will make the 'projects' page visible in the dashboard
ASTAKOS_PROJECTS_VISIBLE = True
You can specify a user-specific limit on pending project applications
with::
# snf-manage user-update <user id> --max-pending-projects=2
When users apply for projects they are not automatically granted
the resources. They must first be approved by the administrator.
...
...
@@ -196,6 +201,12 @@ To deny an application::
# snf-manage project-control --deny <app id>
Users designated as *project admins* can approve, deny, or modify
an application through the web interface. In
``20-snf-astakos-app-settings.conf`` set::
# UUIDs of users that can approve or deny project applications from the web.
ASTAKOS_PROJECT_ADMINS = [<uuid>, ...]
Astakos advanced operations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment