gmChangePassword {gmDatabase} | R Documentation |
A gui for changing the password of user in the database.
gmChangePassword(db=getOption("gmDB"))
db |
A database connection object as returned by |
gmChangePassword
allows the user to change the password for accessing data in the database. It uses shiny
to provide aa gui, that hides the letters of an entered password.
S. Matos Camacho
## Not run:
gmChangePassword()
## End(Not run)