riverrun / phauxth

Not actively maintained - Authentication library for Phoenix, and other Plug-based, web applications
409 stars 20 forks source link

Verify user when confirmed_at is nil #64

Closed lukashambsch closed 5 years ago

lukashambsch commented 6 years ago

Is there a way to allow verify (login) when confirmed_at is nil? I scaffolded with confirm on, but I don't want to require it for login.

riverrun commented 6 years ago

Sorry for the delay in getting back to you.Are you using Phauxth.Confirm.Login.verify? If you are, just change it to Phauxth.Login.verify - that doesn't do the confirmation check.

lukashambsch commented 6 years ago

No problem. I am using the Phauxth.Confirm.Login.verify function! That's the issue. Thanks! I can't believe I didn't catch that. Thanks again! On Sun, Sep 2, 2018 at 12:22 AM David Whitlock notifications@github.com wrote:

Sorry for the delay in getting back to you.Are you using Phauxth.Confirm.Login.verify? If you are, just change it to Phauxth.Login.verify - that doesn't do the confirmation check.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/riverrun/phauxth/issues/64#issuecomment-417910577, or mute the thread https://github.com/notifications/unsubscribe-auth/AHNbSPaxR24a2CHR9Hkm60V63BBJrmEmks5uW4cmgaJpZM4VDFMx .

BryanJBryce commented 5 years ago

@riverrun This issue can be closed.