PaulC91 / shinyauthr

R package with shiny authentication modules
https://paulc91.github.io/shinyauthr/
Other
427 stars 81 forks source link

Log password failures #67

Open panuffel opened 1 year ago

panuffel commented 1 year ago

Hi and thanks for the great package!

Is it possible to log (or to limit) password failures with shinyauthr? I only figure out to log successful log-ins. Thanks :)

panuffel commented 1 year ago

I found a 'solution' now by adding print commands into function loginServer and overwriting it via assignInNamespace("loginServer", mynew_loginServer, ns = "shinyauthr")