-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from pantheon-systems/191-allow-redirect-wp-l…
…ogin Allow redirecting back to `wp-login.php` while avoiding redirect loop
- Loading branch information
Showing
6 changed files
with
72 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the same license as the WP SAML Auth plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WP SAML Auth 0.8.3\n" | ||
"Project-Id-Version: WP SAML Auth 1.0.1\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-saml-auth\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2020-02-03T23:02:50+00:00\n" | ||
"POT-Creation-Date: 2020-05-26T12:03:20+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.4.0\n" | ||
"X-Domain: wp-saml-auth\n" | ||
|
@@ -209,19 +209,19 @@ msgstr "" | |
msgid "User is not authenticated with SAML IdP. Reason: %s" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:290 | ||
#: inc/class-wp-saml-auth.php:297 | ||
msgid "Invalid provider specified for SAML authentication" | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:315 | ||
#: inc/class-wp-saml-auth.php:322 | ||
msgid "No attributes were present in SAML response. Attributes are used to create and fetch users. Please contact your administrator" | ||
msgstr "" | ||
|
||
#. Translators: Communicates how the user is fetched based on the SAML response. | ||
#: inc/class-wp-saml-auth.php:322 | ||
#: inc/class-wp-saml-auth.php:329 | ||
msgid "\"%1$s\" attribute is expected, but missing, in SAML response. Attribute is used to fetch existing user by \"%2$s\". Please contact your administrator." | ||
msgstr "" | ||
|
||
#: inc/class-wp-saml-auth.php:337 | ||
#: inc/class-wp-saml-auth.php:344 | ||
msgid "No WordPress user exists for your account. Please contact your administrator." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters