Skip to content

Commit 0f93361

Browse files
committed
fix formats and punctuations
1 parent 732a1b7 commit 0f93361

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/plugins/social_login.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Social login
32
############
43

@@ -26,13 +25,13 @@ Before you can use social login, each social media Plugin needs authorization. H
2625
:width: 400
2726
:alt: Screenshot of a callback URL input field.
2827

29-
2. **Add Your API Keys**: copy the API Key - Client Key - and API Secret - Client Secret - from the social platform. Paste these keys into the relevant fields in the Mautic Plugin configuration.```
28+
2. **Add Your API Keys**: copy the API Key - Client Key - and API Secret - Client Secret - from the social platform. Paste these keys into the relevant fields in the Mautic Plugin configuration.
3029

3130
.. image:: images/API_key.png
3231
:width: 400
3332
:alt: Screenshot of an API Key input field.
3433

35-
1. **Authorize the Plugin**: in the Mautic Plugin configuration, click **Authorize**. You must **turn on** the Plugin - do this by toggling the option to “Yes”. Finally, save your configuration to complete the setup.
34+
3. **Authorize the Plugin**: in the Mautic Plugin configuration, click **Authorize**. You must **turn on** the Plugin - do this by toggling the option to “Yes”. Finally, save your configuration to complete the setup.
3635

3736
.. Tip:: You can manage each social network under its respective tab in Mautic's Plugin settings. Make sure each network is fully authorized by adding the required API credentials.
3837

@@ -54,7 +53,7 @@ Having configured the social Plugins, you can add social login buttons to your M
5453
.. note::
5554
Only the buttons for Plugins you've authorized work in the Form. Ensure you've configured all Integrations correctly for a smooth User experience.
5655

57-
Step 3: configuring features and mapping Contact fields```
56+
Step 3: configuring features and mapping Contact fields
5857
*******************************************************
5958

6059
After configuration and authorization of the Plugin, you can customize how Mautic handles the incoming social profile data. Under the **Contact Field Mapping** tab in the Plugin settings, map the fields from the User's social profile - for example Email, Name - to the appropriate Mautic Contact fields.

docs/troubleshooting/file_ownership_permissions.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,20 @@ File and folder permissions specify who and what can read, write, modify, and ac
1818

1919
User
2020
====
21+
2122
A User is the owner of the file. By default, the person who created a file becomes its owner. Hence, a User is also sometimes called an **owner**.
2223

2324
Group
2425
=====
26+
2527
A Group can contain multiple Users. All Users belonging to a Group have the same access permissions to the file. Groups simplify permissions - all Users in a specific Group inherit the permissions assigned to that Group, rather than having to assign permissions to each User individually.
2628

2729
Other
2830
=====
31+
2932
Any other User who has access to a file comes into 'Other', meaning they have neither created the file, nor belong to a Group that owns the file. Practically, this means 'the rest of the world'. Hence, this is also referred to as **permissions for the world**.
3033

31-
Linux distinguishes between these three User types to prevent Users accessing, editing, or deleting files they shouldn't be able to change. Read more about :xref:`Linux file and folder ownership documentation`
34+
Linux distinguishes between these three User types to prevent Users accessing, editing, or deleting files they shouldn't be able to change. Read more about :xref:`Linux file and folder ownership documentation`.
3235

3336
Permissions and ownership settings are critical to ensuring the security of your server and Mautic instance, so it's important to get them right. If your files don't have the appropriate permissions in place, it's easier for hackers to intrude on your files and gain access to your Mautic instance. Setting your file permissions correctly may not save you from all attacks, but it helps make your Mautic instance a bit more secure.
3437

@@ -39,7 +42,7 @@ Mautic needs access to read and write files in the Mautic directory to enable ce
3942

4043
Problems with permissions and ownership generally occur because:
4144

42-
* You've uploaded Mautic or made changes to files and folders as a different User to the one that Mautic uses to run - for example you uploaded files using an FTP account with the username ``bob`` but your web server executes scripts as a User called ``www-data``.
45+
* You've uploaded Mautic or made changes to files and folders as a different User to the one that Mautic uses to run - for example you uploaded files using an FTP account with the username ``bob`` but your web server executes scripts as a User called ``www-data``
4346
* The User that Mautic uses to run doesn't have the appropriate permissions on the files and folders - for example, ``bob`` isn't able to create directories, or read files
4447
* You ran an update as a different User to that which Mautic uses to run - resulting in some files and folders having their ownership changed
4548

@@ -50,11 +53,13 @@ Resetting the permissions of your files and folders requires running some comman
5053

5154
Solution for hosting providers that offer cPanel access
5255
=======================================================
56+
5357
A script to fix permissions & ownership, on files & directories, for cPanel accounts. You could ask your hosting provider to run that script to reset the permissions to the correct values. Find this handy script here: :xref:`cPanel fix permissions script`.
5458

5559
Identifying the problem
5660
=======================
57-
Log into your server using SSH, and change to the Mautic directory using the command
61+
62+
Log into your server using SSH, and change to the Mautic directory using the command:
5863

5964
.. code:: bash
6065
@@ -96,7 +101,7 @@ To find out which User Apache is running as, run the following command and take
96101
97102
ps aux | grep apache2
98103
99-
Use this information to find the Groups with the following command
104+
Use this information to find the Groups with the following command:
100105

101106
.. code:: bash
102107

0 commit comments

Comments
 (0)