datastorm-open / shinymanager

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

Password database isn't sychnronised with user database when user name is changed #112

Closed StatisMike closed 3 years ago

StatisMike commented 3 years ago

After changing username using admin panel (output$table_users), the table containing user passwords and used to menage user password (output$table_pwds) isn't updated accoringly.

After editing the username, new one isn't contained withing table_pwds. This behaviour is seen below (using the app in examples/demo):

bthieurmel commented 3 years ago

Thanks. Work in progress !

bthieurmel commented 3 years ago

Done

StatisMike commented 3 years ago

Thanks, great job!