Fixed: Openid registration form should not require user to enter password (#11331).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9929 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -16,9 +16,10 @@ module OpenIdAuthentication
|
||||
|
||||
def authenticate_with_open_id(identity_url = params[:openid_url], options = {}) #:doc:
|
||||
if User.find_by_identity_url(identity_url) || identity_url.include?('good')
|
||||
extension_response_fields = {}
|
||||
|
||||
# Don't process registration fields unless it is requested.
|
||||
unless identity_url.include?('blank') || (options[:required].nil? && options[:optional].nil?)
|
||||
extension_response_fields = {}
|
||||
|
||||
options[:required].each do |field|
|
||||
extension_response_fields[field.to_s] = EXTENSION_FIELDS[field.to_s]
|
||||
|
||||
Reference in New Issue
Block a user