Actions
Defect #35688
closedOpenIdAuthentication alias_method_chain
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rails support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Hello,
In redmine\lib\plugins\open_id_authentication\lib\open_id_authentication\request.rb
A alias_method_chain already exist.
It could be change change to :
alias_method :request_method_without_openid, :request_method alias_method :request_method, :request_method_with_openid
Related issues
Updated by Holger Just over 3 years ago
- Related to Feature #35755: Drop OpenID support added
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.
Actions