Skip to content

Commit

Permalink
docs: Updated documentation for sign-in methods (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
HGZ-20 authored Jan 24, 2024
1 parent c1e78bd commit 7875119
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/application/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ You can also add third-party apps for sign up by adding providers and setting th

:::tip

Note that if you don't want users to access your app using a **username/password**, you can switch off the `Password On` button. This way, users can only access the app using third-party services.

![Password On](/img/application/config/PasswordOn.png)
If you want to do more personalized configuration of the application's sign-in methods, such as disabling a certain sign-in method or turning off a certain sign-in method, you can refer to the **[Signin Methods](./signin-methods.md)**

:::
2 changes: 1 addition & 1 deletion docs/application/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ authors: [ErikQQY]
- `Description`: Describes the application.
- `Tags`: Only users with tags listed in the application tags can login.
- `Organization`: The organization that the app belongs to.
- `EnablePassword`: If users can login via password.
- `EnableSignUp`: If users can sign up. If not, accounts of the application.
- `SigninMethods`: Configuration of Sign-in Methods
- `SignupItems`: Fields that need to be filled in when users register.
- `Providers`: Provide all kinds of services for the applications (such as OAuth, Email, SMS service).
- `ClientId`: OAuth client ID.
Expand Down
Binary file removed static/img/application/config/PasswordOn.png
Binary file not shown.

0 comments on commit 7875119

Please sign in to comment.