Last modified by Nikita Petrenko on 2025/06/27

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 = Steps to proceed =
6
7 In order to require users to confirm their registration and to provide a valid email address, click the {{image reference="DrawerMenuIcon.png"/}} button to open the drawer menu, then click on "Administer Wiki":
8
9 (((
10 {{image reference="AdministerWikiMenu.png" size="small"/}}
11 )))
12
13 In the wiki preferences page, click on the "Registration" link from the vertical menu to the left:
14
15 (((
16 {{image reference="RegistrationAdmin.png" size="small"/}}
17 )))
18
19 Next, set "Use email verification" to "YES" which means that an email will be sent to the email address the user registered with. The content of the message is set in the "Validation E-Mail Content" text area.
20
21 (((
22 {{image reference="RegistrationSection.png" size="medium"/}}
23 )))
24
25 = Registration Options =
26
27 * **Registration page heading** is the line displayed at the top of the page for the users who are registering or who have just registered.
28
29 * **Confirmation E-Mail Content** requires that you set "Use email verification". These settings are optional but you will still have to provide a link to activate the account.(((
30 {{image reference="ConfirmationEmailContent.png" size="medium"/}}
31 )))
32
33 * **Welcome Message** requires that you set "User email verification" to "YES" and modify the "Validation E-Mail Content" so that it doesn't mention the verification since it is not needed anymore.(((
34 {{image reference="WelcomeMessage.png" size="medium"/}}
35 )))
36
37 * **Enable login button** - enables or disables the button the users need to click on in order to log in.
38
39 * **Enable automatic login** - disabled by default. If enabled, the user is automatically logged in after a successful registration.
40
41 * **Redirect here after registration** - refers to the URL of the wiki page the user will be redirected to after clicking the "Login" button, default value - URL of XWiki Home page(((
42 {{code}}
43 /xwiki/bin/view/Main/
44 {{/code}}
45 )))
46
47 * **Require captcha to register** - requires the user to solve a CAPTCHA in order to register.
48
49 * **Registration Successful Message** - is displayed when the user has successfully registered.
50
51 * **Require a password with the given length** - user must specify a password no shorter than the number of characters
52
53 * **Require at least one lower case character in the password** - user must use at least one lowercase character
54
55 * **Require at least one upper case character in the password** - user must use at least one uppercase character
56
57 * **Require at least one number in the password** - user must use at least one number character
58
59 * **Require at least one symbol character in the password** - user must use at least one special symbol character
60
61 = Result =
62
63 This is how it looks the registration form after the configuration:
64
65 (((
66 {{image reference="Registration.png" size="medium"/}}
67 )))

Get Connected