Skip to content

Commit

Permalink
Merge pull request #29 from effone/lang-typo
Browse files Browse the repository at this point in the history
Fixes #28 Language typo
  • Loading branch information
effone authored Aug 20, 2019
2 parents 3831645 + fcf971b commit ee93c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion upload/inc/languages/english/isango.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ee93c78

Please sign in to comment.