nightingale-media-player / nightingale-website

development of web templates, php for other stuff
http://www.getnightingale.com
GNU General Public License v2.0
9 stars 4 forks source link

Implement BrowserID everywhere #15

Open AntoineTurmel opened 12 years ago

AntoineTurmel commented 12 years ago

Persona (codenamed : BrowserID) is the one login system developed by Mozilla. It allow easily to connect to website using only one mail.

WordPress have an add-on, not sure yet for DokuWiki and MyBB.

freaktechnik commented 12 years ago

For MyBB we'll need to selfwrite :S duckDuckGoing didn't get anythign.

AntoineTurmel commented 12 years ago

@rudloff Do you still want to develop a BrowserID for DokuWiki & MyBB ?

Rudloff commented 12 years ago

Yes, I am just busy right now, sorry. But I will be available in July.

Rudloff commented 12 years ago

Here is a BrowserID plugin for DokuWiki: https://github.com/Rudloff/dokuwiki-browserid

Rudloff commented 12 years ago

And here is a plugin for MyBB: https://github.com/Rudloff/mybb-browserid

AntoineTurmel commented 12 years ago

@Rudloff wow nice :) I don't have time yet to look, maybe this Sunday does it allow registration of account as well (not just login) ?

And I think it could be rename to be Persona I guess

Rudloff commented 12 years ago

Only login. I can add registration if you need it, but I don't find it very useful (you still need to fill in a registration form on the website in the end, as it does not provide more information than just the email).

The user interface as been renamed Persona but the API is still named BrowserID (for now).

AntoineTurmel commented 12 years ago

Registration reduce confusion when choosing a password... (the user could be confused if he should use the website password or persona password for non techies)

Rudloff commented 12 years ago

I think the user should always have a site password, it is not good to rely entirely on an external system.

AntoineTurmel commented 12 years ago

Yeah, good point, if the system is down...

freaktechnik commented 10 years ago

I think if anything, we should look to let users login with their forum account on the wiki instead of adding persona to all the services.

rsjtdrjgfuzkfg commented 10 years ago

@freaktechnik I agree that a central login service for Nightingale would make more sense (I don't care if that central service is the forums, the wiki, featherweight (if it is ever continued) or some additional thing). Then we can still add X (Persona, OpenId, Two-Factor stuff, ...), and only have to do so on one central location.