mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
10 lines
249 B
Bash
Executable File
10 lines
249 B
Bash
Executable File
#
|
|
# requires:
|
|
# lib scripts: [ misc.sh ]
|
|
# system-setup scripts: [ setup-defaults.sh ]
|
|
#
|
|
|
|
TEST_USER="totp_admin@$(email_domainpart "$EMAIL_ADDR")"
|
|
TEST_USER_PASS="$(static_qa_password)"
|
|
TEST_USER_TOTP_SECRET="6VXVWOSCY7JLU4VBZ6LQEJSBN6WYWECU"
|