[Fix] Documentation Broken Images (#2737)
This commit is contained in:
parent
114c18c581
commit
93528ffc81
4 changed files with 5 additions and 8 deletions
BIN
frappe/docs/assets/img/social-logins.png
Normal file
BIN
frappe/docs/assets/img/social-logins.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ To create a new Query Report:
|
|||
|
||||
### 1. Create a new Report
|
||||
|
||||

|
||||
<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
|
||||
|
||||

|
||||
<img class="screenshot" alt="Query Report" src="{{docs_base_url}}/assets/img/query-report-out.png">
|
||||
|
||||
### 4. Advanced (adding filters)
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Since these reports give you unrestricted access via Python scripts, they can on
|
|||
|
||||
### 1. Create a new Report
|
||||
|
||||

|
||||
<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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue