Skip to content

ORM Dependency causing errors while implementing with sequel-rails #5377

@mofmn

Description

@mofmn

Environment

  • Ruby 2.7.1
  • Rails 6.0.3.3
  • Devise 4.8.0

Current behavior

When trying to reset a password this error is produced after using the link with the token. it seems like it is expecting reset_password_sent_at to be a Date object but it is a string. This is running on a recent install of devise - i am using sequel ORM rather than active record but i don't think that should affect anything controller side.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions