Activation and authentication
Activate your account
Section titled “Activate your account”When an administrator registers you in GENI Workflows, you receive an email with an
activation token. The sender is security-dev@notify.geni-bioinfo.com.br. The token
expires, so use it promptly.
You can activate from the link in the email, which opens the web console, or from the command line:
geni auth activate --token <token from the email>New password: <type a new password>Account activated. Credentials saved to ~/.geni/credentials.jsonSign in
Section titled “Sign in”Activation leaves you signed in. Sessions expire after 8 hours; to sign in again:
geni auth login --email <your email>Password: <type your password>Logged in. Credentials saved to ~/.geni/credentials.jsonReset a forgotten password
Section titled “Reset a forgotten password”geni auth reset --email <your email>Password reset email sent.You receive a new activation email — run geni auth activate with the new token.
Sign out
Section titled “Sign out”geni auth logout