You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/sysadmin/configuration/self_account_creation.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ title: Self Account Creation
5
5
6
6
### Enable Self Account Creation
7
7
8
-
Currently the only way to enable users to create their own accounts is to manually edit the submitty.json configuration file. The default location for this
9
-
file is `/usr/local/submitty/config/submitty.json`. By default, `self_account_creation_allowed` is set to `false`. To enable it, change this to `true`.
8
+
There are two steps to enable self account creation, Firstly you have to manually edit the submitty.json configuration file. The default location for this
9
+
file is `/usr/local/submitty/config/submitty.json`. By default, `self_account_creation_allowed` is set to `false`. To enable it, change this to `true`. Secondly,
10
+
you have to be using DatabaseAuthentication. To change authentication types, either re-run CONFIGURE_SUBMITTY.py or edit /usr/local/submitty/config/authentication.json and change the authentication method to any of the methods. You should be able to leave all other settings to the default.
11
+
*Warning* This will disallow all users who are not in the database from being able to login, so this should only be used if you are only using database authentication.
0 commit comments