We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637252 commit 38c9379Copy full SHA for 38c9379
1 file changed
docs/managing_deis/operational_tasks.rst
@@ -29,6 +29,15 @@ You can use the ``deis perms`` command to promote a user to an administrator:
29
30
$ deis perms:create john --admin
31
32
+Disabling user registration
33
+---------------------------
34
+
35
+You can disallow all users from registering with the Deis cluster using the following command:
36
37
+.. code-block:: console
38
39
+ $ deisctl config controller set registrationEnabled=0
40
41
42
Re-issuing User Authentication Tokens
43
-------------------------------------
0 commit comments