Feature #7075
closedImprove OpenID Selector
0%
Description
The identity selector for OpenID login is a simple text field for a URL. While technically sufficient, many OpenID provider URLs are difficult to remember and more difficult to type. A high-quality identity selector goes a long way to smoothing the process. There are two BSD licensed selectors that could provide a foundation for a selector in Redmine:
http://code.google.com/p/openid-selector/
http://code.google.com/p/openid-realselector/
Consider integrating them into the login page to improve the OpenID experience.
Files
Updated by Jason Montojo over 13 years ago
- File openid-newfiles.zip openid-newfiles.zip added
- File openid.patch openid.patch added
- File actionpack-2.3.11.patch actionpack-2.3.11.patch added
Hi folks,
I've taken a crack at implementing this feature. The attached patch/zip files are based on openid-selector 1.3 and RedMine's trunk. If the patch gets stale, let me know so I can rebase it.
Here's a breakdown of the changes:- Added graphical OpenID selector to login and my/account
- Updated OpenID self-registration to support AX (so now it supports AX and SREG)
- Externalized all strings and provided translations for "en"
I've also attached another patch which seems to be necessary for Rails 2.X when using OpenID authentication, but it's fixed in 3.0. The patch is based on Rails 2.3.11. You can find a description of the issue here:
To apply the patches, run these commands from the redmine root directory:
unzip /path/to/openid-newfiles.zip patch -p0 < /path/to/openid.patch
Updated by Etienne Massip about 13 years ago
- Category changed from Accounts / authentication to OpenID
Updated by Go MAEDA almost 3 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
The OpenID support has been dropped by #35755 for the upcoming Redmine 5.0.0.