Index |  XLsuite |  Bugs

Feed Cant login at all

Author Message
AAAAA, J, Simon
  • Mr.
  • Joined: 2009-08-25
  • 1 Post

I cant log in – did a fresh install and via my browser went to localhost:3000 to then login with admin@localhost and adminadmin password to get

XlSuite::AuthenticatedUser::UnknownUser

I’ve looked at the mysql record and all seems to be fine, but located an issue I think in authenticated_user.rb,

raise UnknownUser unless email.routable

not sure how to solve this to log in any ideas?

Bram, D

I have the same exact issue…working on a fix and will post my findings.

iXLd Media Inc, Shek, Spencer

Hello,

There was a bug in the file /lib/tasks/bootstrap.rake, which has been fixed now. The code at github (http://github.com/xlsuite/xlsuite) has been updated

The problem was that we were setting the Party’s confirmed flag, but not the confirmed_at field. You should be able to fix the problem by running ruby script/console and calling #confirm! on your Party object, or setting the confirmed_at field directly on your database

Show: 

Sort posts by: Newest «» Oldest