User list, forget the password, can not be an activation email, it was problematic all

I have a problem when registering not find a page to send the activation email, how to solve this problem?
images : http://prnt.sc/cpyxdf

register does not work, why?
images: http://prnt.sc/cpyxdf

the password is not sent to the email, why?
images : http://prnt.sc/cpzg5n and http://prnt.sc/cpzgkd

Can’t assist much on the first two errors but on the last do you have you email SMTP settings entered correctly in /conf/seahub_settings.py ? Some providers will make you use a third party password instead of your normal password. (For example Apple’s iCloud you must use a third party app password for it to work.)

Can the system send an email for example when you share a library, or folder or etc or do you receive an error for that as well?

I’ve been set but it still does not work properly, I followed the official tutorial

Did you check the log files for errors ?

whch seafile version do you use?
do you run seafile server on the system in the screens or on a other system?
pls provide your conf files here

en la configuración de seahub:_settings.py yo ocupe todo este codigo , esta bien ?

-- coding: utf-8 --

SECRET_KEY = “###########”

DATABASES = {
‘default’: {
‘ENGINE’: ‘django.db.backends.mysql’,
‘NAME’: ‘seahub-db’,
‘USER’: ‘seafile’,
‘PASSWORD’: ‘########’,
‘HOST’: ‘127.0.0.1’,
‘PORT’: ‘3306’
}
}

EMAIL_USE_TLS =True

EMAIL_HOST =‘smtp.gmail.com’ # smpt server

EMAIL_HOST_USER =‘username@gmail.com’ # username and domain

EMAIL_HOST_PASSWORD =‘password’ # password

EMAIL_PORT =587

Please edit to english, ty.