4.2. Adjustable links on user block

Contents

Go to URL:
[path-to-your-site]/admin/list-config,
Select module: User
Select type: loginView.

You should see a table, where in column "Unique resource identifier (uri)" are configuration codes: "recoveryLink", "registerLink", "verifyLink".
These codes are quite self-explanatory, but click Edit in the corresponding config entry row and copy from "Config description" the example link code into "Config value" textarea field and click "Save changes".
The example values for these configuration entries are:
<a href="https://www.allmice.com/cms/user/recover-account">[lang-recoveryLink]</a>,
<a href="https://www.allmice.com/cms/user/sign-up">[lang-registerLink]</a>,<br />,
<a href="https://www.allmice.com/cms/user/send-verifying-code">[lang-verifyLink]</a>.

When you are changing the config item "registerLink", then you should decide, whether to use register method or sign-up method. Register method has minimal form fields and is not customizable, sign-up method is customizable and has many more possible form fields, which can be displayed or kept hidden.
If you wish to use register method, then the config item value should be:
<a href="[baseUrl]/user/register">[lang-registerLink]</a>.




Previous: 4.1. Access rights for unauthenticated visitors | Next: 4.3. Change labels and other language phrases
Users and messages
1. Modules for managing users and messages
2. Sending automatic emails
2.1. Configure email authentication details
2.2. Manage message templates
3. Authenticating
4. Adjust the website for authenticated users
4.1. Access rights for unauthenticated visitors
4.2. Adjustable links on user block
4.3. Change labels and other language phrases
4.4. Prepare content for authenticated visitors
4.5. Give access rights for authenticated users
5. Registering new users
6. Multiple email addresses and user account recovery
7. Manage contact forms and emails
8. Manage postal addresses
9. User profile