datastorm-open / shinymanager

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

Change language in Admin panel #73

Closed trf66 closed 3 years ago

trf66 commented 3 years ago

Hello ! At the begining I met a issue to change the name of column in the PWD management panel (into Admin Panel).

To do it easyly, go to the R/module-admin.R file

and replace colnames = make_title(names(pwds)), by : colnames = c("name1", "name2", "name3", ...........) ,