devise-pwned_password
devise-pwned_password copied to clipboard
Add template methods
This looks good. Just need to figure out why CI is failing for 2.6: https://github.com/michaelbanfield/devise-pwned_password/pull/26/checks?check_run_id=513421333
Also, may want to call them "callback methods" rather than "template methods"...
I pushed the exact some code up as #34 and it passed CI, which seems to confirm that it's just an intermittent failure. Looks like that also caused the status of this to be updated since they were both associated with the same commit ref (26 and 34).
Also, may want to call them "callback methods" rather than "template methods"...
There is no reference to "template" in the code. We currently run a fork of devise-pwned_password
with pretty much this change in it. @TylerRick @michaelbanfield Is there any chance that we get it merged?
- What I see missing is some mention in the README (although not critical since its a niche feature), I can do that.
- Also, maybe somebody prefers
after_pwned_error
instead ofpwned_after...
(and same for...attempt...
).
Sorry for being pingy, but I'd really like to get this upsteam (and close our fork). Anything I can do to get it back alive?