Replies: 1 comment 8 replies
-
Something seems wrong. The If you can put together a failing spec or minimum self contained example showing the issue (using only plain Rodauth and not rodauth-rails), I would be happy to research this issue. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking into potentially using rodauth for our app's authentication needs, and one of our required features is password expiration. Our problem is that the "changed_at" column in our DB does not get updated after using the change_password feature. We have set the following in our rodauth_main.rb:
We also added a table to our db:
Everything seems to work as expected, except the "changed_at" column does not get updated automatically upon password change. We worked around it with this:
However, it feels like this is not the right way to get this feature working.
Beta Was this translation helpful? Give feedback.
All reactions