Last Modified
2012-07-30 18:27:11 +0000
Requires
  • merb-auth-more/mixins/salted_user

Description

This file is specifically setup for use with the merb-auth plugin. This file should be used to setup and configure your authentication stack. It is not required and may safely be deleted.

To change the parameter names for the password or login field you may set either of these two options

Merb::Plugins.config[:login_param] = :email Merb::Plugins.config[:password_param] = :my_password_field_name