Hi, The LoginEngine has been updated to 1.0.1.
Notable changes: * User model now does very basic email validation * All tests now pass on both Rails 1.0 and 1.1 * Many bugs fixed! Please refer to the Engines documentation for how to update. http://www.rails-engines.org/download The subversion URL for the tag is: http://svn.rails-engines.org/login_engine/tags/rel_1.0.1 = v1.0.1 * Added CHANGELOG * Changed wording for when password forgotten to 'reset', rather than 'retrieve'. ([EMAIL PROTECTED]) * Fixed new location of engines testing extensions. ([EMAIL PROTECTED]) * Removed schema.db from Login Engine; migrations should be used instead. ([EMAIL PROTECTED]) * Updated User Controller tests to parse the user_id and email out of the URL in the email body. ([EMAIL PROTECTED]) * Ticket #89 ([EMAIL PROTECTED]) User creation halts the after_save callback chain. * Ticket #97 ([EMAIL PROTECTED]) The forgotten_password view generates invalid HTML * Ticket #112 ([EMAIL PROTECTED]) Authentication system will break even on successful login * Added simple email validation to the User model. ([EMAIL PROTECTED]) This should also take care of the unit test failures detailed in Ticket #114 ([EMAIL PROTECTED]) * Ticket #118 ([EMAIL PROTECTED]) SVN source for login_engine not found * Ticket #119 (Goynang) Unit tests for engines fail after default install * Ticket #126 ([EMAIL PROTECTED]) Add install.rb to login engine Regards, Jon -- http://www.snowblink.co.uk/ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
