Obsolete!!! Backbone’s changes for ChiliProject
Go to file
Eric Davis 896e64b759 Added the ability to login via OpenID.
* Refactored AccountController#login to use either
  password or openid based authentication
* Extracted AccountController#successful_authentication
  to setup a user's session cookies and redirect
* Implemented the start of AccountController#open_id_authentication
  which will check with the OpenID server and perform authentication.
* Added text field for the OpenID url to /login
* Added identity_url for OpenID to the user forms.
* Added option to login with OpenID to the register form.
* Added a root url route, which is used by the OpenID plugin

  #699

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2442 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-02-11 19:07:07 +00:00
app Added the ability to login via OpenID. 2009-02-11 19:07:07 +00:00
config Added the ability to login via OpenID. 2009-02-11 19:07:07 +00:00
db/migrate Added identity_url to User. #699 2009-02-11 19:06:55 +00:00
doc Codified instructions from RUNNING_TESTS as rake tasks for convenience 2009-01-12 04:44:01 +00:00
extra Replaces the repositories management SOAP API with a simple REST API. 2009-02-10 22:03:25 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lang Added the ability to login via OpenID. 2009-02-11 19:07:07 +00:00
lib Renamed variables to be more descriptive. #2542 2009-02-10 03:12:45 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Added the ability to login via OpenID. 2009-02-11 19:07:07 +00:00
script Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
test Leave wiki links untouched if target project doesn't exist or have no wiki. 2009-02-10 22:54:22 +00:00
vendor Fixed a bug in open_id_authentication, where relative_url_root is defined 2009-02-11 19:07:00 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00