diff --git a/docs/application/config.md b/docs/application/config.md index ab51c4c5c..67cb6a238 100644 --- a/docs/application/config.md +++ b/docs/application/config.md @@ -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)** ::: diff --git a/docs/application/terminology.md b/docs/application/terminology.md index 101ff1e1a..2d9cd7a13 100644 --- a/docs/application/terminology.md +++ b/docs/application/terminology.md @@ -13,8 +13,7 @@ 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. diff --git a/static/img/application/config/PasswordOn.png b/static/img/application/config/PasswordOn.png deleted file mode 100644 index 4a37e9577..000000000 Binary files a/static/img/application/config/PasswordOn.png and /dev/null differ