datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
386 stars 79 forks source link

Cant force users to change their password #133

Closed andresmorago closed 2 years ago

andresmorago commented 2 years ago

Hi I have batch-created several users from RStudio by using read_db_decrypt and write_db_decrypt. Users were correctly added to the sqlite file. When creating them, i defined themust_change flag as TRUE so i force them to change their password during first login. During the first login, the users were able to log it directly to my app but not password change was requested. Can you please advise?

imagen imagen imagen

"user";"server_connected";"logout";"app";"status";"start";"expire";"admin"
"cynthiatuiran";"2022-02-17 15:14:00";;"consultaVacuna";"Success";"2022-02-17";"2022-03-18";FALSE
"cynthiatuiran";"2022-02-17 15:10:10";"2022-02-17 15:10:16";"consultaVacuna";"Success";"2022-02-17";"2022-03-18";FALSE
"cynthiatuiran";"2022-02-17 15:03:36";"2022-02-17 15:03:42";"consultaVacuna";"Success";"2022-02-17";"2022-03-18";FALSE