chrisboyle / cbn

Rails 2.x project for my own site
http://chris.boyle.name/projects/cbn
MIT License
1 stars 0 forks source link

Fewer clicks to login and add comment #18

Closed chrisboyle closed 14 years ago

chrisboyle commented 14 years ago

If you're not logged in and want to leave a comment, the login form should be presented directly at the bottom of the page, to be replaced with the comment form using ajax where possible.

chrisboyle commented 14 years ago

Fixed by commits 69eb98b0449c4b9aeffe11c7699d40236afa6eb0 and fb31c0a6993744a118785738d6411e6d5234b0ac, but no ajax for now.

chrisboyle commented 14 years ago

This is being reverted to a link to the login form, to improve security: users should log in using a form that has been presented over SSL.