forked from shane-tomlinson/browserid-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
409 lines (292 loc) · 11.3 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
=== Mozilla Persona (BrowserID) ===
Contributors: stomlinson, Marcel Bokhorst, M66B
Tags: security, admin, authentication, access, widget, login, shortcode, comment, comments, discussion, bbPress, bbPress 2.0, browserid, mozilla, persona
Requires at least: 3.1
Tested up to: 3.5.1
Stable tag: 0.43
Implementation of Mozilla Persona (BrowserID) for WordPress
== Description ==
[Mozilla Persona](https://login.persona.org/ "Mozilla Persona") is an open source identity system from the [Identity Team](http://identity.mozilla.com/ "Identity Team") at [Mozilla](https://mozilla.org/ "Mozilla").
"*As a user of Mozilla Persona (BrowserID), you confirm your email addresses once. Then, you can sign into any web site that supports Mozilla Persona with just two clicks.*"
This plugin allows users to sign into your site using Mozilla Persona. A widget, shortcode and template tags are provided. Custom login and logout links can be created.
**Beta features:**
* Submit comments with Mozilla Persona
* [bbPress 2](http://bbpress.org/ "bbPress") integration: create topics / reply with Mozilla Persona
** Reporting problems:**
Please report any issues on [GitHub](https://github.com/shane-tomlinson/browserid-wordpress/issues).
== Installation ==
*Using the WordPress dashboard*
1. Login to your weblog
1. Go to Plugins
1. Select Add New
1. Search for Mozilla Persona
1. Select Install
1. Select Install Now
1. Select Activate Plugin
*Manual*
1. Download and unzip the plugin
1. Upload the entire *browserid/* directory to the */wp-content/plugins/* directory
1. Activate the plugin through the Plugins menu in WordPress
== Frequently Asked Questions ==
= What is 'Custom login HTML for?' =
Try putting the following into this option:
`<img src="https://login.persona.org/i/persona_sign_in_red.png" />`
Now you will see a red 'Sign in with Persona' button instead of the traditional CSS button.
= Which server verifies the assertion? =
The assertion is verified by the server at https://login.persona.org/verify.
= I get 'Login failed' =
Only users that registered before can login.
The e-mail address used for Mozilla Persona should match the e-mail address registered with.
= I get 'Verification failed' =
Are you cheating?
If there isn't an error message, turn on debug mode to see the complete response.
= I get 'Verification void' =
Something went terribly wrong.
If there isn't an error message, turn on debug mode to see the complete response.
= I get 'Verification invalid' =
Maybe the time of your hosting server is incorrect.
You could check the option *Do not check valid until time* to solve this.
= Where can I ask questions, report bugs and request features? =
You can write comments on [GitHub](https://github.com/shane-tomlinson/browserid-wordpress/issues).
== Screenshots ==
1. Mozilla Persona logo
1. Mozilla Persona login button
1. WordPress login dialog
== Getting Involved ==
== Maintainers ==
* [Shane Tomlinson](https://shanetomlinson.com) - shane@shanetomlinson.com or stomlinson@mozilla.com
* [Marcel Bokhorst](http://blog.bokhorst.biz)
== Changelog ==
= Development version =
* ...
Follow these steps to install the development version:
* Download the development version by clicking on [this link](http://downloads.wordpress.org/plugin/browserid.zip)
* Go to *Plugins* on your WordPress dashboard
* *Deactivate* Mozilla Persona
* *Delete* Mozilla Persona (*Yes, delete these files*)
* Click *Add New*
* Click *Upload* (a link at the top)
* Click *Choose file* and select the file you downloaded before
* Click *Install*, then *Activate Plugin*
= 0.44 =
* Improvement: Commenting for new Persona users is simpler
* Improvement: New member registration with new Persona users is simpler
* Improvement: Separate CSS into its own file for maintainability
* Improvement: Replace .png signin buttons with localizable CSS buttons
* Improvement: Pre-fill input fields with default values in configuration screen
* Improvement: Do not show the lost password link if "Disable non-Persona auth" is selected
* Improvement: Do not show the "default password nag" if "Disable non-Persona auth" is selected
* Improvement: Code Cleanup.
* New feature: A .PO file with all strings has been created for localization
* New Feature: Spanish translations. Thanks Guillermo Movia!
* Bug Fix: site name can now contain ' and &
* Bug Fix: no more static warnings in strict PHP mode
* Bug Fix: remove plugin options from database when de-activated
* Bug Fix: incorrect button link for example button link in the FAQ
= 0.43 =
* Continue with 0.41
* Bug Fix: Fix the missing arguments errors
* Bug Fix: HTML Escape the hostname when printing debug information
* Bug Fix: Logout link from the widget signs the user out of Persona
* Security Improvement: Remove the "Noverify SSL Certificate" option
= 0.42 =
* Revert to 0.37
= 0.41 =
* Bug Fix: Fix the "missing arguments" error due to not declaring the number of expected variables to Set_auth_cookie_action.
= 0.40 =
* New Feature: Add option to disable normal username/password auth.
* Improvement: Convert from navigator.id.get to navigator.id.watch/.request API.
* * New Feature: If user signs out of Persona, they are signed out of the Wordpress site as well.
* New Feature: Easier user signup when using Persona - no email verification required.
* Improvement: Better comment integration, especially for new users.
* Improvement: Update the login/logout widget to match styling of other Wordpress widgets.
* Improvement: Add a "Settings" link to the BrowserID list item in the plugins list.
* Bug Fix: Fix a bug where server clock skew from the Persona servers could prevent users from signing in.
* Improvement: Update "Sign in" buttons to use the new Persona button style.
* Improvement: Unify signin and comment Javascript.
= 0.37 =
* Bump version number for new maintainer info.
= 0.36 =
* Bugfix: *browserid_error*
= 0.35 =
* Bugfix: redirect option, thanks *Lwangaman*!
= 0.34 =
* Added Italian translation by [John R. D'Orazio](http://johnromanodorazio.blogspot.it/ "John R. D'Orazio")
= 0.33 =
* Updated URL to verification server
* Updated Mozilla CA certificates
= 0.32 =
* Fixed notices
* Updated French translation
= 0.31 =
* Renamed Mozilla BrowserID into Mozilla Persona
* New feature: site name/logo in login dialog
* Both by [Shane Tomlinson](https://shanetomlinson.com/), thanks!
* Added French translation
* Updated Dutch and Flemish translations
* Tested with WordPress 3.4.1
= 0.29 =
* Added Swedish (sv\_SE) translation
* Improvement: load scripts at footer by *Marvin Rühe*
* Tested with WordPress 3.4
= 0.28 =
* Improvement: POST assertion by *Marvin Rühe*
* Improvement: included Mozilla CA certificates
* Improvement: included BrowserID logo
* New feature: login button localization
* Added German Translation by *Marvin Rühe*
= 0.27 =
* Bugfix: remember me
= 0.26 =
* New feature: BrowserID for comments (beta, option)
* New feature: bbPress integration (beta, option)
* Improvement: added title/class to BrowserID buttons
* Improvement: files instead of inline JavaScript script
* Improvement: added 'What is?' link
* Improvement: more debug info
* Updated Dutch and Flemish translations
* Updated Norwegian (nb\_NO) translation by [Stein Ivar Johnsen](http://www.idyrøy.no/ "Stein Ivar Johnsen")
= 0.25 =
* Improvement: store debug info only when debugging enabled
* Improvement: add trailing slash to site URL
* Improvement: respect login redirect to parameter
* Improvement: better error messages
* Thanks to [mitcho](http://mitcho.com "mitcho") for the suggestions and testing!
= 0.24 =
* Removed [Sustainable Plugins Sponsorship Network](http://pluginsponsors.com/)
= 0.23 =
* Improvement: compatibility with WordPress 3.3
= 0.22 =
* Re-release of version 0.21, because of a bug in wordpress.org
= 0.21 =
* Bugfix: renamed *valid-until* into *expires*
* Improvement: fixed a few notices
= 0.20 =
* Bugfix: shortcode still not working
= 0.19 =
* Bugfix: widget, shortcode, template tag not working
= 0.18 =
* Improvement: workaround for bug in Microsoft IIS
= 0.17 =
* Improvement: applying filter *login_redirect*
= 0.16 =
* Improvement: only load BrowserID script on login page
= 0.15 =
* **Protocol change**: verification with POST instead of GET
* Improvement: no logout link on login page
* Updated Dutch and Flemish translations
* Updated Norwegian (nb\_NO) translation by [Stein Ivar Johnsen](http://www.idyrøy.no/ "Stein Ivar Johnsen")
= 0.14 =
* New feature: option to redirect to set URL after login
= 0.13 =
* Bug fix: correctly handling WordPress errors
= 0.12 =
* Improvement: check issuer
* Improvement: more debug info
= 0.11 =
* Fixed IDN
= 0.9 =
* New feature: shortcode for login/out button/link: *[mozilla_persona]*
* New feature: template tag for login/out button/link: *mozilla_persona*
* Updated Dutch and Flemish translations
* Updated Norwegian (nb\_NO) translation by [Stein Ivar Johnsen](http://www.idyrøy.no/ "Stein Ivar Johnsen")
= 0.8 =
* New feature: option to set verification server
* Improvement: checking assertion valid until time (can be switch off with an option)
* Improvement: using [idn_to_utf8](http://php.net/manual/en/function.idn-to-utf8.php "idn_to_utf8") when available
* Updated FAQ
* Updated Dutch and Flemish translations
= 0.7 =
* New feature: support for *Remember Me* check box
* Updated Norwegian (nb\_NO) translation by [Stein Ivar Johnsen](http://www.idyrøy.no/ "Stein Ivar Johnsen")
= 0.6 =
* New feature: option *Do not verify SSL certificate*
* Updated Dutch and Flemish translations
= 0.5 =
* Improvement: more debug info
* Tested with WordPress 3.1
= 0.4 =
* Bug fix: using site URL in stead of home URL
* Updated FAQ
= 0.3 =
* Improvement: better error messages
* Improvement: more debug info
* Improvement: support for [internationalized domain names](http://en.wikipedia.org/wiki/Internationalized_domain_name "IDN")
* Updated FAQ
* Added Norwegian (nb\_NO) translation by [Stein Ivar Johnsen](http://www.idyrøy.no/ "Stein Ivar Johnsen"), thanks!
= 0.2 =
* Bugfix: custom HTML for login page
* Added Flemish translation
* Updated Dutch translation
= 0.1 =
* Initial version
= 0.0 =
* Development version
== Upgrade Notice ==
= 0.36 =
One bugfix
= 0.33 =
Updated URL to verification server
= 0.32 =
Fixed notices
= 0.31 =
Renamed Mozilla BrowserID into Mozilla Persona
= 0.29 =
One improvement, one new translation
= 0.28 =
One new feature, threee improvements
= 0.27 =
One bugfix
= 0.26 =
Two new features, four improvements, translation updates
= 0.25 =
Four improvements
= 0.24 =
Compliance
= 0.23 =
Compatibility
= 0.21 =
One bugfix, one improvement
= 0.20 =
One bugfix
= 0.19 =
One bugfix
= 0.18 =
One improvement
= 0.17 =
One improvement
= 0.16 =
One improvement
= 0.15 =
Protocol change! Verification with POST instead of GET
= 0.14 =
One new feature
= 0.13 =
One bugfix
= 0.12 =
Two improvements
= 0.11 =
Fixed IDN
= 0.9 =
Two new features, translation update
= 0.8 =
One new feature, two improvements
= 0.7 =
One new feature
= 0.6 =
One new feature
= 0.5 =
One improvement
= 0.4 =
Bugfix
= 0.3 =
Three improvements
= 0.2 =
One bugfix
= 0.1 =
First public release
== Acknowledgments ==
[Marcel Bokhorst](http://blog.bokhorst.biz/) is the original author of this plugin. His awesome work has allowed me to continue.
[Guillermo Movia](mailto://deimidis@mozilla-hispano.org) for Spanish translations.
This plugin uses:
* The client side [Mozilla Persona script](https://login.persona.org/include.js "Mozilla Persona script")