Skip to content

Commit 8781a1b

Browse files
authored
Small changes, add 'shorter names' comment.
1 parent a017b2f commit 8781a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_docs/sysadmin/configuration/self_account_creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ See also [Managing Enrollment](/instructor/course_management/managing_enrollment
1515

1616
### Enable Self Account Creation
1717

18-
To enable self account creation, manually edit the
19-
`/usr/locl/submitty/config/submitty.json` configuration file. By
18+
To enable self account creation if you already have a Submitty instance setup, manually edit the
19+
`/usr/local/submitty/config/submitty.json` configuration file. By
2020
default, `user_create_account` is set to `false`. To enable it, change
2121
this to `true`. You will also need to add configuration settings for
2222
`"user_id_requirements"`:
@@ -53,7 +53,7 @@ this to `true`. You will also need to add configuration settings for
5353
* If `require_name` is true, then the `user_id` must start with and contain a
5454
certain amount of characters from the given name and/or family name.
5555

56-
* If the user does not have the character amount for the given part of the name, then !add fix!
56+
* If the user does not have the character amount for the given part of the name, it will accept shorter usernames. (e.g. James Wo -> woja, and James Joseph -> joseja)
5757

5858
* `given_first` determines whether the given name or family name must come first. (e.g. Test User -> userte vs teuser)
5959

0 commit comments

Comments
 (0)