Menu

Source Commit Log


Commit Date  
[r2451] by jplang

Slight changes to the issue lists displayed on My page.

2009-02-11 20:25:05 Tree
[r2450] by edavis10

Added a space so words don't runtogeatherlikethis. #699

2009-02-11 19:45:53 Tree
[r2449] by edavis10

Added a system setting for allowing OpenID logins and registrations

* Defaults to off
* Is set in the Administration panel under Authentication

#699

2009-02-11 19:24:28 Tree
[r2448] by edavis10

Prevent registration via OpenID if self registration is off. #699

2009-02-11 19:07:41 Tree
[r2447] by edavis10

Refactored common methods out of register and open_id_authenticate

* Extracted register_by_email_activation
* Extracted register_automatically
* Extracted register_manually_by_administrator

#699

2009-02-11 19:07:34 Tree
[r2446] by edavis10

Added user setup needed based on the system's registration settings

* Copied the register action's chunk of code used to setup the account
based on Setting.self_registration
* Extracted method for when onthefly_creation_failed
* Added tests to confirm the behavior

#699

2009-02-11 19:07:28 Tree
[r2445] by edavis10

Added tests for the other OpenID authentication cases. #699

2009-02-11 19:07:23 Tree
[r2444] by edavis10

Adding OpenID mock and test. #699

2009-02-11 19:07:18 Tree
[r2443] by edavis10

Hooked up on the fly OpenID user creation.

* Use OpenID registration fields for the user.
* Generate a random password when a user is created.

2009-02-11 19:07:12 Tree
[r2442] by edavis10

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

2009-02-11 19:07:07 Tree
Older >