Skip to main content
 首页 » 编程设计

python之django-allauth:电子邮件确认

2025年05月04日58freeliver54

我已经设置了 django-allauth 并在新用户注册时使用电子邮件确认,效果很好

但是在确认邮件中,我得到了

Hello from example.com! 
 
    You're receiving this e-mail because user abc13 at example.com has given yours as an e-mail address to connect their account. 
 
    To confirm this is correct, go to http://<mysite>.com/accounts/confirm-email/q3rknxpflshgwddlbjw6aqzlr1ayqtnfrtezucoq2ysmfbm2etcldusq5dyrcoap/ 
 
    Thank you from example.com! 
    example.com 

如何用我的网站名称替换“example.com”?

谢谢

请您参考如下方法:

听起来您需要更新 Site在 Django 管理中输入。您可以在以下位置访问:

http://<yoursite>.com/admin/sites/site/