From fcf971b0da8ad6d50fe9b7f4768b56cdd3772898 Mon Sep 17 00:00:00 2001 From: effone Date: Tue, 20 Aug 2019 20:20:56 +0530 Subject: [PATCH] Language typo --- README.md | 1 + upload/inc/languages/english/isango.lang.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0808909..13e37cc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - Currently supported: Discord, Facebook, Github, Google, LinkedIn, Microsoft, Yandex. New services will be added to the plugin over time; however (advanced) users can easily implement other services by creating configuration `.ini` of the expected service in required pattern (no programming needed). Once a configuration file is created and placed inside `inc/plugins/isango` folder only re-anabling the plugin will activate the new service with the plugin. - Administrators can choose the usergroup from ACP Plugin Settings under which the new users will be registered and placed, defaults to `Registered` (gid 2). - Users can add the authentication connections from user control panel which will help them logging in using the already registered services. +- This plugin, by design, doesn't store access token obtained from providers so that in case of a database compromise your social accounts still remain secure. ## Planned features so far - Optional ability to allow new users to input desired username while registering with Isango. Currently the plugin attempts to decide a suitable username based on available data received from the used service. diff --git a/upload/inc/languages/english/isango.lang.php b/upload/inc/languages/english/isango.lang.php index 61137af..0851894 100644 --- a/upload/inc/languages/english/isango.lang.php +++ b/upload/inc/languages/english/isango.lang.php @@ -9,7 +9,7 @@ $l['auth_email_banned'] = "Authenticated email address is banned here. Please try other login method."; $l['auth_state_mismatch'] = "Authorization state mismatch. Please don't refresh page while logging in."; $l['auth_success_registered_redirect'] = "Welcome. Successfully logged in using '{1}'."; -$l['auth_success_registered_redirect'] = "The profile from '{1}' which you are trying to connect is already registered with your account."; +$l['auth_already_connected_redirect'] = "The profile from '{1}' which you are trying to connect is already registered with your account."; $l['auth_success_connected_redirect'] = "Gateway '{1}' is successfully connected to your account."; $l['isango_gateway'] = "Gateway"; $l['isango_regmail'] = "Associated email";