Skip to content

Commit

Permalink
Merge branch 'master' of github.com:UCL-INGI/INGInious
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Mar 18, 2015
2 parents ca4c269 + f360a54 commit 7d68b2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/teacher_doc/create_course.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ There are other fields that are available in the frontend:
``registration``
When this field is defined, users can only register to the course between the defined period.
It takes the same arguments as ``accessible``.
``registration_password``

``registration_password``
A password that is asked upon registration to the course. If empty or not defined, no password will be asked.
``registration_ac``

``registration_ac``
Access control method. Can be "null" (anyone can register), "username" (filter by username), "realname" (filter by real name) or "email" (filter by email address).
If AC is activated, the allowed values for the filter should be set in the ``registration_ac_list`` key.
``registration_ac_list``

``registration_ac_list``
If AC is activated, ``registration_ac_list`` should contain a list of values for the filter.

``nofrontend``
Expand Down

0 comments on commit 7d68b2c

Please sign in to comment.