You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
817B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/system.R
  3. \name{create_admin}
  4. \alias{create_admin}
  5. \title{Create system and database admin accounts}
  6. \usage{
  7. create_admin(admin = "i2b2admin", pass = NULL, pass_length = 8)
  8. }
  9. \arguments{
  10. \item{admin}{Name of the admin account to create}
  11. \item{pass}{An arbitrary password if provided, i2b2admin by default}
  12. \item{pass_length}{The length of the generated password, 8 characters by default}
  13. }
  14. \value{
  15. The generated password
  16. }
  17. \description{
  18. Create system and database admin accounts
  19. }
  20. \details{
  21. Create a system and database admin accounts
  22. The name of the account is i2b2admin by default
  23. The shared password can be provided, or randomly generated (length = 8 characters by default)
  24. The system account belongs in the users and wildfly groups
  25. }