Typebot - Login with email and disabling cloudron login
-
Hello
I want to disable login w cloudron, and configure login only with email
I see other topics, but doesnt helpI am using a external smtp server, and tried edit env.sh with this parameters, but doesnt work:
SMTP_USERNAME="$CLOUDRON_MAIL_SMTP_USERNAME"
SMTP_PASSWORD="$CLOUDRON_MAIL_SMTP_PASSWORD"
SMTP_HOST="$CLOUDRON_MAIL_SMTP_SERVER"
SMTP_PORT="$CLOUDRON_MAIL_SMTP_PORT"
SMTP_AUTH_DISABLED=falseAnyone can help me w this?
-
https://docs.cloudron.io/apps/#access-restriction
The app isn't packaged to manage it's own users.
-
No login available via email or typebot..
I tried wexport SMTP_AUTH_DISABLED="false"
export SMTP_HOST="smtp.titan.email"
export SMTP_PORT="465"
export SMTP_USERNAME="typebot@....com"
export SMTP_PASSWORD="...@."
export SMTP_SECURE="true"
export NEXT_PUBLIC_SMTP_FROM="Login Typebot <typebot@....com>"and
SMTP_AUTH_DISABLED="false"
SMTP_HOST="smtp.titan.email"
SMTP_PORT="465"
SMTP_USERNAME="typebot@....com"
SMTP_PASSWORD="...@."
SMTP_SECURE="true"
NEXT_PUBLIC_SMTP_FROM="Login Typebot <typebot@....com>"but nothing works