public
Description: Tog Platform User Component
Homepage: http://www.toghq.com
Clone URL: git://github.com/tog/tog_user.git
name age message
file .gitignore Mon Feb 23 12:34:46 -0800 2009 better message after registration, explaining a... [molpe]
file CHANGELOG.md Sun Dec 06 03:10:43 -0800 2009 updated changelog with new support for brazilia... [molpe]
file MIT-LICENSE Tue Aug 26 08:11:01 -0700 2008 license updated [molpe]
file README.markdown Thu Oct 16 13:21:18 -0700 2008 readme fixed, thanks TeuF [aitor]
file Rakefile Wed Jan 28 09:17:56 -0800 2009 Fixed a nasty bug on password reminder mailer i... [aitor]
directory app/ Sun Dec 06 03:23:13 -0800 2009 In signup_notification, add the activation code... [IamPersistent]
directory config/ Wed Oct 21 06:41:28 -0700 2009 upgrading restful_auth and AASM [molpe]
directory db/ Thu Aug 21 04:20:52 -0700 2008 first commit [aitor]
file init.rb Wed Oct 21 06:41:28 -0700 2009 upgrading restful_auth and AASM [molpe]
directory lib/ Wed Oct 21 06:41:28 -0700 2009 upgrading restful_auth and AASM [molpe]
directory locale/ Sun Dec 06 03:10:43 -0800 2009 New language added: Brazilian Portuguese [Rafael]
directory shoulda_macros/ Tue Nov 11 08:30:50 -0800 2008 Login macho camacho fixe dtypo [aitor]
directory test/ Wed Oct 28 03:18:39 -0700 2009 be sure that activaty is created after activation [molpe]
README.markdown

Tog User

Tog user management

Included functionality

  • Login, logout and signup processes
  • Password reminder
  • Activation process
  • recaptcha support
  • User login or email as key
  • Administration interface

Resources

Plugin requirements

  • https://github.com/tog/tog/wikis/3rd-party-plugins-acts_as_state_machine

Install

If you used the command togify to install tog, then you already have tog_user installed.

If not, install it like any other plugin:

  • Install plugin form source:
ruby script/plugin install git@github.com:tog/tog_user.git
  • Generate installation migration:
ruby script/generate migration install_tog_user
  with the following content:
class InstallTogUser < ActiveRecord::Migration
  def self.up
    migrate_plugin "tog_user", 1
  end

  def self.down
    migrate_plugin "tog_user", 0
  end
end
  • Add tog_social's routes to your application's config/routes.rb
map.routes_from_plugin 'tog_user'
  • And finally...
 
rake db:migrate

More

http://github.com/tog/tog_social

http://github.com/tog/tog_social/wikis

Copyright (c) 2008 Keras Software Development, released under the MIT license