Skip to content

Commit

Permalink
User activation support. More cleanup to come.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored and Mike Gunderloy committed Aug 31, 2009
1 parent e664227 commit 09474bb
Show file tree
Hide file tree
Showing 3 changed files with 1,034 additions and 165 deletions.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -37,7 +37,7 @@ h3. SCM

h3. Coding Tools

* "Authlogic":http://github.com/binarylogic/authlogic/tree/master for user authentication, including password resets, @anonymous_only@, @authenticated_only@, and @admin_only@ application helpers
* "Authlogic":http://github.com/binarylogic/authlogic/tree/master for user authentication, including password resets, @anonymous_only@, @authenticated_only@, and @admin_only@ application helpers. Optionally installs user activation support.
* World’s simplest authorization system: manage multiple string roles on users with @User#add_role@, @User#remove_role@, @User#clear_roles@, and @User#has_role?@
* Date formats: @:us@, @:us_with_time@, @:short_day@, @:long_day@
* "live-validations":http://wiki.github.com/augustl/live-validations for client-side JavaScript data entry validation. Add @:live_validations => true@ to @form_for@ declarations to hook this up.
Expand Down
2 changes: 2 additions & 0 deletions config.yml
Expand Up @@ -23,6 +23,8 @@ ie6_blocking: light
javascript_library: prototype
# Design: none (default), bluetrip
design: none
# Require users to activate after creating an account: false (default), true
require_activation: false
#
# These options can be omitted, and the template will default to sensible behavior
#
Expand Down

0 comments on commit 09474bb

Please sign in to comment.