You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USER_GUIDE.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The component will automatically create the required database tables upon instal
42
42
3. Update the CMS details:
43
43
-**Name**: Descriptive name for the CMS
44
44
-**URL**: Base URL of the source CMS
45
-
-**Credentials**: API keys or authentication details. Refer to [Auth Guidance](AUTHENTICATION_GUIDE.md) for developer details.
45
+
-**Credentials**: API keys or authentication details. Follow the next steps to get the credentials. Refer to [Auth Guidance](AUTHENTICATION_GUIDE.md) for developer details.
46
46
47
47
### 2. Obtaining CMS Credentials & Adding them in Joomla CMS
48
48
@@ -58,10 +58,8 @@ Before you can migrate content, you need to obtain the proper API credentials fo
58
58
- Copy the generated password
59
59
- In CMS Management, choose "WordPress"
60
60

61
-
- We need a base64 generator (e.g., [Base64 Encode](https://www.debugbear.com/basic-auth-header-generator))
62
-
put your WordPress username and password, then take the generated authentication (e.g. Authorization: Basic UmVlbTpQYXNzd29yZA==)
@@ -73,7 +71,7 @@ Before you can migrate content, you need to obtain the proper API credentials fo
73
71
- Click **Save**
74
72
- Copy the generated token
75
73
- In CMS Management, choose "Joomla"
76
-
- Add the generated token with 'Bearer' before it.
74
+
- Add the generated token.
77
75

78
76
79
77
> **Security Note**: Always use dedicated API credentials with minimal required permissions. Never use your main administrator password for API access.
0 commit comments