You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library with the Sequelize ORM and Mysql as database engine. My field "password_reset_time" is of type Timestamp and when the completion is done successfully and you try to put 0 in this field, an exception is raised. I will try to do more debugging the error but it seems not accepting the default time value.
By the way, I think allowing user to use or define these default values (X or 0) will be good while initializing the activator instance
Thanks
The text was updated successfully, but these errors were encountered:
You are talking about during the completePasswordReset()? I don't mind overriding the default, although since it all is included inside the activator library, it shouldn't matter. But why not. Put in a pull request to close this issue? Make sure to include validation tests, please.
Hi,
I am using this library with the Sequelize ORM and Mysql as database engine. My field "password_reset_time" is of type Timestamp and when the completion is done successfully and you try to put 0 in this field, an exception is raised. I will try to do more debugging the error but it seems not accepting the default time value.
By the way, I think allowing user to use or define these default values (X or 0) will be good while initializing the activator instance
Thanks
The text was updated successfully, but these errors were encountered: