Skip to content

Commit 837ab78

Browse files
authored
Merge pull request #835 from ExpressionEngine/feature/7.x/login-on-activation
Document new Member Settings from EE-3934
2 parents 6617dc4 + bbc66b8 commit 837ab78

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
14.6 KB
Loading
9.46 KB
Loading

docs/control-panel/settings/members.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ Here you can choose how membership accounts are activated:
3131
- **Self-activation via email**: New members are sent an email. Inside the email is a special activation link that the user must visit within two days to activate their account. By default ExpressionEngine uses this method since it ensures that the email address the user submitted when signing up is valid.
3232
- **Manual activation by an administrator**: New members may only be activated by an admin visiting the `Members --> Activate Pending` section of the Control Panel.
3333

34+
### Auto-Login
35+
36+
![Automatic login after activation](/_images/members_auto_login_activation.png)
37+
38+
You can configure auto-login behavior to automatically log a member in after they have completed self-activation via email. Or if no activation is required you can enable auto-login after registration.
39+
40+
### Activation redirect URL
41+
42+
![Automatic login after activation](/_images/members_activation_redirect_url.png)
43+
44+
Redirect members to a specific URL after clicking the email activation link. When omitted, system message will be shown instead.
45+
3446
### Notify members when approved?
3547

3648
![Notify members when approved](/_images/members_notify_approval.png)
@@ -47,7 +59,7 @@ When set to **yes**, members will receive an email notification when their membe
4759

4860
![Require terms of service](/_images/members_require_terms.png)
4961

50-
This preference determines whether new members must indicate that they agree to abide by your site's terms of service before they can register.
62+
This preference determines whether new members must indicate that they agree to abide by your site's terms of service before they can register.
5163

5264
If you are using legacy member profile template, when new members register through the site, a "terms of service" block of text is displayed. You may edit the terms of service within the registration form template, located at `Design --> Themes --> Member Profile Templates --> Default --> Registration Form`.
5365

0 commit comments

Comments
 (0)