diff --git a/frappe/docs/assets/img/social-logins.png b/frappe/docs/assets/img/social-logins.png new file mode 100644 index 0000000000..224b47d286 Binary files /dev/null and b/frappe/docs/assets/img/social-logins.png differ diff --git a/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md b/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md index 22e1aee163..441fa64ab0 100755 --- a/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md +++ b/frappe/docs/user/en/guides/deployment/how-to-enable-social-logins.md @@ -2,11 +2,8 @@ Use Facebook, Google or GitHub authentication to login to Frappe, and your users The system uses the **Email Address** supplied by these services to **match with an existing user** in Frappe. If no such user is found, **a new user is created** of the default type **Website User**, if Signup is not disabled in Website Settings. Any System Manager can later change the user type from **Website User** to **System User**, so that the user can access the Desktop. -
- Login screen with Social Logins enabled -
Login screen with Social Logins enabled
-
+#### Login screen with Social Logins enabled +Login screen with Social Logins enabled To enable these signups, you need to have **Client ID** and **Client Secret** from these authentication services for your Frappe site. The Client ID and Client Secret are to be set in Website > Setup > Social Login Keys. Here are the steps to obtain these credentials. diff --git a/frappe/docs/user/en/guides/reports-and-printing/how-to-make-query-report.md b/frappe/docs/user/en/guides/reports-and-printing/how-to-make-query-report.md index 607c95c61b..9eb11b066a 100755 --- a/frappe/docs/user/en/guides/reports-and-printing/how-to-make-query-report.md +++ b/frappe/docs/user/en/guides/reports-and-printing/how-to-make-query-report.md @@ -6,7 +6,7 @@ To create a new Query Report: ### 1. Create a new Report -![Query Report](/assets/query-report.png) +Query Report 1. Set type as "Query Report" 1. Set the reference DocType - Users that have access to the reference DocType will have access to the report @@ -35,7 +35,7 @@ You can define complex queries such as: ### 3. Check the Report -![Query Report](/assets/query-report-out.png) +Query Report ### 4. Advanced (adding filters) diff --git a/frappe/docs/user/en/guides/reports-and-printing/how-to-make-script-reports.md b/frappe/docs/user/en/guides/reports-and-printing/how-to-make-script-reports.md index 90c70272cc..ab03c11051 100755 --- a/frappe/docs/user/en/guides/reports-and-printing/how-to-make-script-reports.md +++ b/frappe/docs/user/en/guides/reports-and-printing/how-to-make-script-reports.md @@ -10,7 +10,7 @@ Since these reports give you unrestricted access via Python scripts, they can on ### 1. Create a new Report -![Query Report](/frappe/docs/assets/img/script-report.png) +Script Report 1. Set Report Type as "Script Report" 1. Set "Is Standard" as "Yes"