- Add
autofocus
on username input. - Fix some (strange) bug with
input$shinymanager_where
- Fix
inputs_list
with some shiny version auth_ui()
now accept achoose_language
arguments.- Rename
br
language intopt-BR
(iso code) - add user info in downloaded log file
- add
set_labels()
for customize labels - Fix simultaneous admin session
- (#37) hashing password using
scrypt
- Can configure shiny input for editing user in
secure_app()
with newinputs_list
. auth_ui()
now accept abackground
argument change default css.auth_ui()
:tag_img
->tags_top
,tag_div
->tags_bottom
- (#18) IE compatibility (timeout & admin log)
- (#17) Add support to Brazilian Portuguese. Thanks to @erikson84
- Fix bug on timeout.
secure_app()
now accept afunction
to define the UI.- Disable
admin mode
if no SQL database admin mode
: add possibility to export encrypt SQL
- Now on CRAN