We have setup kobo in our server, everything working fine except user registration. Where are the setup details for the user registration - like mail server details etc?
We installed using the docker packages.
Maybe these post discussed previously should help you solve your issue:
I was able to fix the error:
1: Bought private email from Namecheap
2: My Domain name Nameservers were pointing to Digital Ocean
3: I set the MX, CNAME, TXT and SRV from namecheap private email to Digital Ocean since I linked my domain to the droplet.
4: On Kobotoolbox account I made sure super admin email is the email I had purchased.
SMTP set-up onfigurations:
EMAIL_HOST=mail.privateemail.com
EMAIL_PORT=587
EMAIL_HOST_USER=youremailaddress
EMAIL_HOST_PASSWORD=youremailpassword
EMAIL_USE_…
Here too:
Is it possible to modify the Kobotoolbox Logo, e.g I have installed it on my own server I would like to modify the logo, and also email templates that are sent to the users during account creation.
[screenshot1]
This one too:
Hi All, answering my own question here, sorry this question didn’t belonged here, this is actually related to the Django.
However, if anyone needs it, they can change the template by editing the password_reset_email.html file or overriding it as per this documentation: https://docs.djangoproject.com/en/3.1/topics/auth/default/
Thanks
Ant this too:
I have the issue with configure the email with kobotoolbox.
I have installed the docker version of kobotoolbox on my ubuntu server and application works ok, but does not send the email to user to reset the password when user forgot the password.
I configured the SMTP file similar to this:
SMTP set-up onfigurations:
EMAIL_HOST=mail.privateemail.com
EMAIL_PORT=587
EMAIL_HOST_USER=youremailaddress
EMAIL_HOST_PASSWORD=youremailpassword
EMAIL_USE_TLS=True
DEFAULT_FROM_EMAIL=youremailaddress
…
I have tried doing all these things
but many things are not clear
when i am updating smtp detail using python3 run.py --setup
smtp.txt file is not getting updated
and some guys are saying check inside kobo-deployment/ but i can not see that directory
ks_1
May 12, 2021, 7:50am
4
To rule out permission issues, use sudo
while executing run.py --setup
.
1 Like