Google Apps Login - Version 2.2

Version Description

Fix for an error seen on multisite admin. Added Arabic translation.

Download this release

Release Info

Developer danlester
Plugin Icon 128x128 Google Apps Login
Version 2.2
Comparing to
See all releases

Code changes from version 2.1 to 2.2

google_apps_login.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: http://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
- * Version: 2.1
8
  * Author: Dan Lester
9
  * Author URI: http://wp-glogin.com/
10
  * License: GPL3
@@ -17,7 +17,7 @@ require_once( plugin_dir_path(__FILE__).'/core/core_google_apps_login.php' );
17
 
18
  class basic_google_apps_login extends core_google_apps_login {
19
 
20
- protected $PLUGIN_VERSION = '2.1';
21
 
22
  // Singleton
23
  private static $instance = null;
@@ -32,7 +32,7 @@ class basic_google_apps_login extends core_google_apps_login {
32
  public function ga_section_text_end() {
33
  ?>
34
  <p><b><?php _e( 'For full support, and premium features that greatly simplify WordPress user management for admins, please visit:' , 'google-apps-login'); ?>
35
- <a href="http://wp-glogin.com/?utm_source=Admin%20Promo&utm_medium=freemium&utm_campaign=Freemium" target="_blank">http://wp-glogin.com/</a></b>
36
  </p>
37
  <?php
38
  }
4
  * Plugin Name: Google Apps Login
5
  * Plugin URI: http://wp-glogin.com/
6
  * Description: Simple secure login for Wordpress through users' Google Apps accounts (uses secure OAuth2, and MFA if enabled)
7
+ * Version: 2.2
8
  * Author: Dan Lester
9
  * Author URI: http://wp-glogin.com/
10
  * License: GPL3
17
 
18
  class basic_google_apps_login extends core_google_apps_login {
19
 
20
+ protected $PLUGIN_VERSION = '2.2';
21
 
22
  // Singleton
23
  private static $instance = null;
32
  public function ga_section_text_end() {
33
  ?>
34
  <p><b><?php _e( 'For full support, and premium features that greatly simplify WordPress user management for admins, please visit:' , 'google-apps-login'); ?>
35
+ <a href="http://wp-glogin.com/google-apps-login-premium/?utm_source=Admin%20Promo&utm_medium=freemium&utm_campaign=Freemium" target="_blank">http://wp-glogin.com/</a></b>
36
  </p>
37
  <?php
38
  }
lang/google-apps-login-ar_SA.mo ADDED
Binary file
lang/google-apps-login-ar_SA.po ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: \n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/googleappslogin\n"
7
+ "POT-Creation-Date: 2014-02-03 15:02:47+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-02-26 10:20+0300\n"
12
+ "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.6.3\n"
15
+ "Language: ar_SA\n"
16
+
17
+ #: basic_google_apps_login.php:34
18
+ msgid ""
19
+ "For full support, and premium features that greatly simplify WordPress user "
20
+ "management for admins, please visit:"
21
+ msgstr ""
22
+ "للحصول على المزيد من الدعم و الميزات الفائقة و لتيسير إدارة حسابات مستخدمي "
23
+ "ووردبريس، يرجى زيارة:"
24
+
25
+ #: core/core_google_apps_login.php:128
26
+ msgid "Redirecting to <a href=\"%s\">Login via Google</a>..."
27
+ msgstr "سيتم تحويلك إلى صفحة <a href=\"%s\">تسجيل الدخول بواسطة قوقل</a> ..."
28
+
29
+ #: core/core_google_apps_login.php:138
30
+ msgid "Login with Google"
31
+ msgstr "تسجيل الدخول بحساب قوقل"
32
+
33
+ #: core/core_google_apps_login.php:146
34
+ msgid "or"
35
+ msgstr "أو"
36
+
37
+ #: core/core_google_apps_login.php:169
38
+ msgid "You did not grant access"
39
+ msgstr "لم تصرح بالدخول"
40
+
41
+ #: core/core_google_apps_login.php:191
42
+ msgid ""
43
+ "Session mismatch - try again, but there could be a problem setting state"
44
+ msgstr ""
45
+ "عدم تطابق في جلسة العمل - حاول مرة أخرى، فربما حصل خطأ أثناء تطبيق الحالة"
46
+
47
+ #: core/core_google_apps_login.php:197
48
+ msgid ""
49
+ "Session mismatch - try again, but there could be a problem passing state"
50
+ msgstr ""
51
+ "عدم تطابق في جلسة العمل - حاول مرة أخرى، فربما حصل خطأ أثناء تحويل الحالة"
52
+
53
+ #: core/core_google_apps_login.php:204
54
+ msgid ""
55
+ "Session mismatch - try again, but there could be a problem setting cookies"
56
+ msgstr ""
57
+ "عدم تطابق في جلسة العمل - حاول مرة أخرى، فربما حصل خطأ أثناء تطبيق الكوكيز"
58
+
59
+ #: core/core_google_apps_login.php:232
60
+ msgid "Email needs to be verified on your Google Account"
61
+ msgstr "لا بد من توثيق البريد الالكتروني"
62
+
63
+ #: core/core_google_apps_login.php:249
64
+ msgid "User authenticated OK, but error fetching user details from Google"
65
+ msgstr ""
66
+ "لقد تم عملية المصادقة بنجاح و لكن حصل خطأ في قراءة بيانات المستخدم من حساب "
67
+ "قوقل"
68
+
69
+ #: core/core_google_apps_login.php:268
70
+ msgid "User %s not registered in Wordpress"
71
+ msgstr "مستخدم %s غير مسجل مع ووردبريس"
72
+
73
+ #: core/core_google_apps_login.php:380
74
+ msgid "Main Settings"
75
+ msgstr "الإعدادات الرئيسية"
76
+
77
+ #: core/core_google_apps_login.php:383
78
+ msgid "Client ID"
79
+ msgstr "رمز تعريف العميل"
80
+
81
+ #: core/core_google_apps_login.php:385
82
+ msgid "Client Secret"
83
+ msgstr "رمز سر العميل"
84
+
85
+ #: core/core_google_apps_login.php:394
86
+ msgid "Multisite Options"
87
+ msgstr "خيارات لتطبيقات متعددة المواقع"
88
+
89
+ #: core/core_google_apps_login.php:397
90
+ msgid "Use sub-site specific callback from Google"
91
+ msgstr "استعمل استدعاء قوقل خاص بالنطاق الفرعي"
92
+
93
+ #: core/core_google_apps_login.php:403
94
+ msgid "Advanced Options"
95
+ msgstr "الخيارات المتقدمة"
96
+
97
+ #: core/core_google_apps_login.php:406
98
+ msgid "Force user to confirm Google permissions every time"
99
+ msgstr "قم بتأكيد التصريح لاستخدام حساب قوقل عند كل تسجيل دخول "
100
+
101
+ #: core/core_google_apps_login.php:409
102
+ msgid "Automatically redirect to Google from login page"
103
+ msgstr "قم بإعادة توجيه صفحة تسجيل الدخول إلى قوقل تلقائياً"
104
+
105
+ #: core/core_google_apps_login.php:415 core/core_google_apps_login.php:420
106
+ msgid "Google Apps Login settings"
107
+ msgstr "إعدادات نظام تسجيل الدخول باستخدام قوقل أبس"
108
+
109
+ #: core/core_google_apps_login.php:415 core/core_google_apps_login.php:420
110
+ msgid "Google Apps Login"
111
+ msgstr "تسجيل الدخول بواسطة قوقل"
112
+
113
+ #: core/core_google_apps_login.php:435
114
+ msgid "Google Apps Login setup"
115
+ msgstr "إعداد نظام تسجيل الدخول باستخدام قوقل أبس"
116
+
117
+ #: core/core_google_apps_login.php:437
118
+ msgid ""
119
+ "To set up your website to enable Google logins, you will need to follow "
120
+ "instructions specific to your website."
121
+ msgstr ""
122
+ "لتفعيل نظام تسجيل الدخول عن طريق قوقل لا بد من متابعة تعليمات خاصة بموقعك "
123
+ "الالكتروني."
124
+
125
+ #: core/core_google_apps_login.php:440
126
+ msgid "Click here to open your personalized instructions in a new window"
127
+ msgstr "انقر هنا لاظهار التعليمات الخاصة بك في صفحة جديدة."
128
+
129
+ #: core/core_google_apps_login.php:450
130
+ msgid "Save Changes"
131
+ msgstr "حفظ التغييرات"
132
+
133
+ #: core/core_google_apps_login.php:459
134
+ msgid "Settings saved."
135
+ msgstr "تم حفظ الإعدادات."
136
+
137
+ #: core/core_google_apps_login.php:487 core/core_google_apps_login.php:495
138
+ msgid "Normally something like %s"
139
+ msgstr "بالعادة تتبع هذه الصيغة %s"
140
+
141
+ #: core/core_google_apps_login.php:501
142
+ msgid ""
143
+ "The instructions above will guide you to Google's Cloud Console where you "
144
+ "will enter two URLs, and also obtain two codes (Client ID and Client Secret) "
145
+ "which you will need to enter in the boxes below."
146
+ msgstr ""
147
+ "اتبع هذه التعليمات لمعرفة استخدام وحدة تحكم سحابة قوقل لكي تحصل على الرمزين "
148
+ "المطلوبة (رمز تعريف العميل و رمز سر العميل) و التي ينبغي عليك تعبئتها في "
149
+ "الحقول أدناه لتفعيل الخدمة."
150
+
151
+ #: core/core_google_apps_login.php:511
152
+ msgid ""
153
+ "This setting is for multisite admins only. See <a href=\"%s\" target="
154
+ "\"gainstr\">instructions here</a>."
155
+ msgstr "هذه الخيارات خاصة لإدارة تطبيقات متعددة المواقع"
156
+
157
+ #: core/core_google_apps_login.php:520
158
+ msgid "Leave unchecked if in doubt"
159
+ msgstr "في حال الشك في مفعول هذا الخيار، لا تختاره."
160
+
161
+ #: core/core_google_apps_login.php:526
162
+ msgid ""
163
+ "Once you have the plugin working, you can try these settings to customize "
164
+ "the login flow for your users."
165
+ msgstr ""
166
+ "بعد تفعيل الاضافة، بامكانك تغيير هذه الإعدادات لاختيار طريقة تسجيل الدخول "
167
+ "المناسب لمستخدمي موقعك. "
168
+
169
+ #: core/core_google_apps_login.php:527
170
+ msgid "See <a href=\"%s\" target=\"gainstr\">instructions here</a>."
171
+ msgstr "راجع <a href=\"%s\" target=\"gainstr\">التعليمات هنا</a>."
172
+
173
+ #: core/core_google_apps_login.php:571
174
+ msgid "The Client ID should be longer than that"
175
+ msgstr "رقم تعريف العميل أقصر من اللازم"
176
+
177
+ #: core/core_google_apps_login.php:572
178
+ msgid "The Client Secret should be longer than that"
179
+ msgstr "رقم سر العميل أقصر من اللازم"
180
+
181
+ #: core/core_google_apps_login.php:577
182
+ msgid "Unspecified error"
183
+ msgstr "خطاء مجهول."
184
+
185
+ #: core/core_google_apps_login.php:673
186
+ msgid "Settings"
187
+ msgstr "إعدادات"
188
+
189
+ #: premium_google_apps_login.php:87
190
+ msgid "User with email address %s must use Login with Google"
191
+ msgstr "لا بد من تسجيل دخول صاحب البريد الالكتروني %s عن طريق قوقل"
192
+
193
+ #: premium_google_apps_login.php:115
194
+ msgid "User %s does not exist"
195
+ msgstr "لا يوجد مستخدم باسم %s"
196
+
197
+ #: premium_google_apps_login.php:124
198
+ msgid "Invalid email address"
199
+ msgstr "البريد الالكتروني غير صحيح"
200
+
201
+ #: premium_google_apps_login.php:132
202
+ msgid "Email address needs to be in %s"
203
+ msgstr "لا بد من وجود البريد الالكتروني في %s"
204
+
205
+ #: premium_google_apps_login.php:135
206
+ msgid "%s not authorized"
207
+ msgstr "%s غير مصرح له"
208
+
209
+ #: premium_google_apps_login.php:180
210
+ msgid "Domain Control"
211
+ msgstr "تحكم النطاق"
212
+
213
+ #: premium_google_apps_login.php:183
214
+ msgid "My Google Apps domain"
215
+ msgstr "النطاق الخاص بي على قوقل أبس"
216
+
217
+ #: premium_google_apps_login.php:185
218
+ msgid "Auto-create new users on my domain"
219
+ msgstr "قم بإنشاء مستخدمين جدد في هذا الموقع تلقائياً"
220
+
221
+ #: premium_google_apps_login.php:187
222
+ msgid "Disable WordPress username/password login for my domain"
223
+ msgstr ""
224
+ "إمنع استخدام اسم المستخدم / الكلمة السرية الخاصة بووردبريس لتسجيل الدخول في "
225
+ "هذا الموقع."
226
+
227
+ #: premium_google_apps_login.php:189
228
+ msgid "Default role for new Google users"
229
+ msgstr "الدور الافتراضي لمستخدمين جدد"
230
+
231
+ #: premium_google_apps_login.php:195
232
+ msgid ""
233
+ "By default, any existing account can authenticate either via Google (if a "
234
+ "Gmail/Google Apps account), or by WordPress username/password."
235
+ msgstr ""
236
+ "بعد تفعيل هذه الاضافة، يمكن لأي مستخدم تسجيل الدخول إما باسم مستخدم ووردبريس "
237
+ "و إما باستخدام حسابه على قوقل إن وجد."
238
+
239
+ #: premium_google_apps_login.php:197
240
+ msgid ""
241
+ "To allow special behaviour on your Google Apps domain (auto-create users who "
242
+ "don't yet exist, or disable regular WordPress username/password access for "
243
+ "your users), fill in the following section."
244
+ msgstr ""
245
+ "لتفغيل التطبيقات المميزة لنطاق قوقل أبس الخاص بك (مثل إضافة حساب ووردبريس "
246
+ "بشكل تلقائي للمستخدمين الجدد، أو منع استخدام اسم مستخدم و كلمة سرية الخاص "
247
+ "بووردبريس لتسجيل الدخول لمستخدمي موقعك)، فضلاً أكمل الخيارات أدناه."
248
+
249
+ #: premium_google_apps_login.php:199
250
+ msgid ""
251
+ "Please read the <a href=\"%s\" target=\"gainstr\">instructions here</a> "
252
+ "first."
253
+ msgstr "الرجاء قراءة <a href=\"%s\" target=\"gainstr\">هذه التعليمات</a> أولاً."
254
+
255
+ #: premium_google_apps_login.php:217
256
+ msgid ""
257
+ "Tick with caution - leave unchecked until you are confident Google Login is "
258
+ "working for your own admin account"
259
+ msgstr "اختر بحذر - تأكد من إمكانية تسجيل الدخول بقوقل لحسابك الرئيسي."
260
+
261
+ #: premium_google_apps_login.php:252
262
+ msgid ""
263
+ "Domain name should be a space-separated list of valid domains, in lowercase "
264
+ "letters (or blank)"
265
+ msgstr ""
266
+ "يفترض تكوين أسماء النطاقات من حروف إنجليزية صغيرة فقط و بين كل نطاق فراغ، أو "
267
+ "ترك الحقل فارغاً. "
268
+
269
+ msgid ""
270
+ "Simple secure login for Wordpress through users' Google Apps accounts (uses "
271
+ "secure OAuth2, and MFA if enabled)"
272
+ msgstr ""
273
+ "نظام تسجيل دخول مبسط و آمن لووردبريس باستخدام حسابات قوقل الخاصة بمستخدمي "
274
+ "الموقع (بواسطة oAuth2 آمن، و كذلك MFA إذا توفر)"
275
+
276
+ msgid ""
277
+ "Simple secure login and user management for Wordpress through your Google "
278
+ "Apps domain (uses secure OAuth2, and MFA if enabled)"
279
+ msgstr ""
280
+ "نظام تسجيل دخول و إدارة حسابات مبسط و آمن لووردبريس باستخدام نطاق قوقل أبس "
281
+ "الخاص بك (بواسطة oAuth2 آمن، و كذلك MFA إذا توفر)"
282
+
283
+ msgid "Google Apps Login Premium"
284
+ msgstr "نظام تسجيل دخول قوق أبس - إصدار مميز"
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: danlester
3
  Tags: login, google, authentication, oauth2, oauth, admin, google apps, sso, single-sign-on, auth, intranet
4
  Requires at least: 3.3
5
- Tested up to: 3.8
6
- Stable tag: 2.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -26,7 +26,7 @@ Full support and premium features are also available for purchase:
26
  Eliminate the need for Google Apps domain admins to separately manage WordPress user accounts, and get piece
27
  of mind that only authorized employees have access to the organizations's websites and intranet.
28
 
29
- See [http://wp-glogin.com/](http://wp-glogin.com/)
30
 
31
  = Extensible Platform =
32
 
@@ -37,7 +37,7 @@ permissions that users already allowed for Google Apps Login itself.
37
  Using our platform, your website appears to Google accounts as one unified 'web application', making it more secure
38
  and easier to manage.
39
 
40
- [Google Drive Embedder](http://wordpress.org/plugins/google-drive-embedder/) is our free extension plugin allowing
41
  users to browse for Google Drive documents to embed directly in their posts or pages.
42
 
43
  Google Apps Login works on single or multisite WordPress websites or private intranets.
@@ -61,6 +61,7 @@ This plugin currently operates in the following languages:
61
 
62
  * English - default
63
  * Serbo-Croatian (sr_RS) - translated by Borisa Djuraskovic of [Web Hosting Hub](http://www.webhostinghub.com/)
 
64
 
65
  We are looking for volunteers to translate into their own language. If you would like to contribute a translation, please
66
  use the template POT file in the 'lang' folder, then email PO and MO files to contact@wp-glogin.com.
@@ -68,7 +69,7 @@ Please ask if you need instructions on how to produce those files.
68
 
69
  = Website =
70
 
71
- Please see our website [http://wp-glogin.com/](http://wp-glogin.com/) for more information about this free plugin
72
  and extra features available in our Premium upgrade, plus support details and useful guides for admins of WordPress
73
  sites and Google Apps.
74
 
@@ -82,7 +83,7 @@ sites and Google Apps.
82
  = How can I obtain support for this product? =
83
 
84
  Full support is available if you purchase the appropriate license from the author via:
85
- [http://wp-glogin.com/google-apps-login-premium/](http://wp-glogin.com/google-apps-login-premium/)
86
 
87
  Please feel free to email [support@wp-glogin.com](mailto:support@wp-glogin.com) with any questions,
88
  as we may be able to help, but you may be required to purchase a support license if the problem
@@ -97,7 +98,7 @@ No, once you set up the plugin, any WordPress accounts whose email address corre
97
  whether on a different Google Apps domain or even a personal gmail.com account, will be able to use 'Login with
98
  Google' to easily connect to your WordPress site.
99
 
100
- However, our [premium plugin](http://wp-glogin.com/google-apps-login-premium/) has features that greatly simplify
101
  your WordPress user management if your WordPress users are mostly on the same Google Apps domain(s).
102
 
103
  = Does the plugin work with HTTP or HTTPS login pages? =
@@ -162,6 +163,16 @@ your emails and other data.
162
 
163
  And you will need a Google account to set up the plugin.
164
 
 
 
 
 
 
 
 
 
 
 
165
  == Installation ==
166
 
167
  To set up the plugin, you will need access to a Google Apps domain as an administrator, or just a regular Gmail account.
@@ -187,6 +198,10 @@ please [click here](http://wp-glogin.com/installing-google-apps-login/basic-setu
187
 
188
  == Changelog ==
189
 
 
 
 
 
190
  = 2.1 =
191
 
192
  New design to support multiple languages. Includes Serbo-Croatian. Fixed some conflicts
2
  Contributors: danlester
3
  Tags: login, google, authentication, oauth2, oauth, admin, google apps, sso, single-sign-on, auth, intranet
4
  Requires at least: 3.3
5
+ Tested up to: 3.9
6
+ Stable tag: 2.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
26
  Eliminate the need for Google Apps domain admins to separately manage WordPress user accounts, and get piece
27
  of mind that only authorized employees have access to the organizations's websites and intranet.
28
 
29
+ See [http://wp-glogin.com/](http://wp-glogin.com/?utm_source=Login%20Readme%20Top&utm_medium=freemium&utm_campaign=Freemium)
30
 
31
  = Extensible Platform =
32
 
37
  Using our platform, your website appears to Google accounts as one unified 'web application', making it more secure
38
  and easier to manage.
39
 
40
+ [Google Drive Embedder](http://wp-glogin.com/wpgoogledriveembedder) is our free extension plugin allowing
41
  users to browse for Google Drive documents to embed directly in their posts or pages.
42
 
43
  Google Apps Login works on single or multisite WordPress websites or private intranets.
61
 
62
  * English - default
63
  * Serbo-Croatian (sr_RS) - translated by Borisa Djuraskovic of [Web Hosting Hub](http://www.webhostinghub.com/)
64
+ * Arabic (ar_SA) - translated by [Jeremy Varnham](http://profiles.wordpress.org/jvarn13)
65
 
66
  We are looking for volunteers to translate into their own language. If you would like to contribute a translation, please
67
  use the template POT file in the 'lang' folder, then email PO and MO files to contact@wp-glogin.com.
69
 
70
  = Website =
71
 
72
+ Please see our website [http://wp-glogin.com/](http://wp-glogin.com/?utm_source=Login%20Readme%20Website&utm_medium=freemium&utm_campaign=Freemium) for more information about this free plugin
73
  and extra features available in our Premium upgrade, plus support details and useful guides for admins of WordPress
74
  sites and Google Apps.
75
 
83
  = How can I obtain support for this product? =
84
 
85
  Full support is available if you purchase the appropriate license from the author via:
86
+ [http://wp-glogin.com/google-apps-login-premium/](http://wp-glogin.com/google-apps-login-premium/?utm_source=Login%20Readme%20Premium&utm_medium=freemium&utm_campaign=Freemium)
87
 
88
  Please feel free to email [support@wp-glogin.com](mailto:support@wp-glogin.com) with any questions,
89
  as we may be able to help, but you may be required to purchase a support license if the problem
98
  whether on a different Google Apps domain or even a personal gmail.com account, will be able to use 'Login with
99
  Google' to easily connect to your WordPress site.
100
 
101
+ However, our [premium plugin](http://wp-glogin.com/google-apps-login-premium/?utm_source=Login%20Readme%20FAQ&utm_medium=freemium&utm_campaign=Freemium) has features that greatly simplify
102
  your WordPress user management if your WordPress users are mostly on the same Google Apps domain(s).
103
 
104
  = Does the plugin work with HTTP or HTTPS login pages? =
163
 
164
  And you will need a Google account to set up the plugin.
165
 
166
+ = I install the plugin, and my wp-login.php page is just blank =
167
+
168
+ The only time we've seen users experience a blank screen has been because they don't have CURL enabled on their server.
169
+
170
+ Read [this article](https://codex.wordpress.org/Debugging_in_WordPress) describing how you can debug and (hopefully) get
171
+ an error message to see if that is the problem.
172
+
173
+ Or, since most often the problem is that CURL needs installing, it may be easier for you to jump straight to finding out
174
+ whether CURL is installed, and enabling it if not. If that doesn't solve the problem, you may need to debug as above.
175
+
176
  == Installation ==
177
 
178
  To set up the plugin, you will need access to a Google Apps domain as an administrator, or just a regular Gmail account.
198
 
199
  == Changelog ==
200
 
201
+ = 2.2 =
202
+
203
+ Fix for an error seen on multisite admin. Added Arabic translation.
204
+
205
  = 2.1 =
206
 
207
  New design to support multiple languages. Includes Serbo-Croatian. Fixed some conflicts