@@ -4,8 +4,9 @@ description: Register new users.
44
55# Register new users
66
7- You can allow your users to create accounts by employing the ` /register ` route.
7+ You can allow your users to create accounts by using the ` /register ` route.
88This route leads to a registration form that, when filled in, creates a new user content item in the repository.
9+ To give your users a possibility to register themselves, follow the instructions on [ enabling account registration] ( 8_enable_account_registration.md ) .
910
1011## User types
1112
5556
5657You can also modify form templates in the following way :
5758
58- ** Changing user password:**
59+ # ## Changing user password
5960
6061` ` ` yaml
6162ibexa:
6667 form: <path_to_template>
6768` ` `
6869
69- ** Password recovery forms:**
70+ # ## Password recovery forms
7071
7172` ` ` yaml
7273ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.form
@@ -75,21 +76,21 @@ ibexa.site_access.config.<siteaccess>.user_forgot_password_login.templates.form
7576ibexa.site_access.config.<siteaccess>.user_forgot_password.templates.mail
7677` ` `
7778
78- ** Resetting password:**
79+ # ## Resetting password
7980
8081` ` ` yaml
8182ibexa.site_access.config.<siteaccess>.user_reset_password.templates.form
8283ibexa.site_access.config.<siteaccess>.user_reset_password.templates.invalid_link
8384ibexa.site_access.config.<siteaccess>.user_reset_password.templates.success
8485` ` `
8586
86- ** User settings:**
87+ # ## User settings
8788
8889` ` ` yaml
8990ibexa.site_access.config.<siteaccess>.user_settings.templates.list
9091ibexa.site_access.config.<siteaccess>.user_settings.templates.update
9192` ` `
9293
93- ** Changing registration form templates:**
94+ # ## Changing registration form templates
9495
9596To change the registration form template, follow the instructions in [Invitation and registration form templates](invitations.md#invitation-and-registration-form-templates).
0 commit comments