You are here

example_rules_login_redirect.info in Rules Bonus Pack 7

core = "7.x"
dependencies[] = "rules"
description = "An example rule, redirecting administrators to the content overview page on login, and non-administrators to the front page."
features[rules_config][] = "rules_login_redirect_for_administrators"
features[rules_config][] = "rules_login_redirect_for_non_administrators"
name = "Example rules: Login redirect"
package = "Features"

File

example features/login_redirect/example_rules_login_redirect.info
View source
  1. core = "7.x"
  2. dependencies[] = "rules"
  3. description = "An example rule, redirecting administrators to the content overview page on login, and non-administrators to the front page."
  4. features[rules_config][] = "rules_login_redirect_for_administrators"
  5. features[rules_config][] = "rules_login_redirect_for_non_administrators"
  6. name = "Example rules: Login redirect"
  7. package = "Features"