[Fix] Documentation Broken Images (#2737)

This commit is contained in:
KanchanChauhan 2017-02-22 14:55:36 +05:30 committed by Rushabh Mehta
parent 114c18c581
commit 93528ffc81
4 changed files with 5 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -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.
<figure class="text-center">
<img src="/assets/img/social-logins-1.jpg"
alt="Login screen with Social Logins enabled">
<figcaption>Login screen with Social Logins enabled</figcaption>
</figure>
#### Login screen with Social Logins enabled
<img class="screenshot" alt="Login screen with Social Logins enabled" src="{{docs_base_url}}/assets/img/social-logins.png">
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.

View file

@ -6,7 +6,7 @@ To create a new Query Report:
### 1. Create a new Report
![Query Report](/assets/query-report.png)
<img class="screenshot" alt="Query Report" src="{{docs_base_url}}/assets/img/query-report.png">
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)
<img class="screenshot" alt="Query Report" src="{{docs_base_url}}/assets/img/query-report-out.png">
### 4. Advanced (adding filters)

View file

@ -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)
<img class="screenshot" alt="Script Report" src="{{docs_base_url}}/assets/img/script-report.png">
1. Set Report Type as "Script Report"
1. Set "Is Standard" as "Yes"