LoginEngine and config.active_record.table_name_prefix

This is kind of a bug (or at least a DRY violation):

The migrate script for LoginEngine correctly deals with the
config.active_record.table_name_prefix configuration setting, but when
it is used it is also necessary to specify the prefixed :user_table name
in the LoginEngine configuration. It would make sense for the
LoginEngine configuration to utilise the table_name_prefix.

Cheers,
Scott

Yup, you’re right - can you submit this as a new ticket on the Trac
site?

  • james

James A. wrote:

Yup, you’re right - can you submit this as a new ticket on the Trac
site?

  • james

Done.

Scott