3 * Removed errant requires no longer needed (murray.steele@gmail.com, Ticket #156, Ticket #157, Ticket #158)
4 # Removed documentation/rake tasks that refer the schema.rb (Ticket #155)
5 # Verified cannot be assigned via URL parameters. If more security is required, users should override the signup action itself (Ticket #169)
6 # Minor view/flash message cleanup
7 # Authentication by token now respects primary key prefixes (Ticket #140)
11 * Changed wording for when password forgotten to 'reset', rather than 'retrieve'. (snowblink@gmail.com)
12 * Fixed new location of engines testing extensions. (lazyatom@gmail.com)
13 * Removed schema.db from Login Engine; migrations should be used instead. (snowblink@gmail.com)
14 * Updated User Controller tests to parse the user_id and email out of the URL in the email body. (snowblink@gmail.com)
15 * Ticket #89 (lazyatom@gmail.com) User creation halts the after_save callback chain.
16 * Ticket #97 (dcorbin@machturtle.com) The forgotten_password view generates invalid HTML
17 * Ticket #112 (segabor@gmail.com) Authentication system will break even on successful login
18 * Added simple email validation to the User model. (snowblink@gmail.com)
19 This should also take care of the unit test failures detailed in Ticket #114 (morris@wolfman.com)
20 * Ticket #118 (augustz@augustz.com) SVN source for login_engine not found
21 * Ticket #119 (Goynang) Unit tests for engines fail after default install
22 * Ticket #126 (lazyatom@gmail.com) Add install.rb to login engine