Changeset 76ebb1b in OpenWorkouts-current for development.ini


Ignore:
Timestamp:
Feb 18, 2019, 12:54:45 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
4af38e8
Parents:
d6da99e
Message:

(#29) Add user verification by email on signup.

From now on, when a new user signs up, we set the account into an "unverified"
state. In order to complete the signup procedure, the user has to click on a
link we send by email to the email address provided on signup.

IMPORTANT: A new dependency has been added, pyramid_mailer, so remember to
install it in any existing openworkouts environment (this is done automatically
if you use the ./bin/start script):

pip install pyramid_mailer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development.ini

    rd6da99e r76ebb1b  
    3030{BT]KrSx`b3pmRj<Z&e3QP|fgPGEZT@\#
    3131auth.secret = l9|^@~wQoVKPQoI`GHK5M9ps@S7L:QNU?pF}.jI(9RWZVc<EM)aQv/j~l\#xC++;5
     32
     33# pyramid_mailer configuration
     34mail.default_sender = noreply@openworkouts.org
     35mail.queue_path = %(here)s/var/spool/mqueue
     36mail.queue_processor_lock = %(here)s/var/run/mail-queue-processor.lock
     37mail.host = mail.openworkouts.org
     38mail.tls = True
     39mail.username = noreply@openworkouts.org
     40mail.password = PASSWORD
    3241
    3342
Note: See TracChangeset for help on using the changeset viewer.