gmChangePassword {gmDatabase} | R Documentation |
Function for changing the password of a user in the geometallurgical database.
Description
A gui for changing the password of user in the database.
Usage
gmChangePassword(db=getOption("gmDB"))
Arguments
db |
A database connection object as returned by |
Details
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.
Author(s)
S. Matos Camacho
See Also
Examples
## Not run:
gmChangePassword()
## End(Not run)
[Package gmDatabase version 0.5.0 Index]