Changeset 76ebb1b in OpenWorkouts-current for setup.py


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
  • setup.py

    rd6da99e r76ebb1b  
    1717    'pyramid_tm',
    1818    'pyramid_zodbconn',
     19    'pyramid_simpleform==0.7dev0',  # version needed for python3
     20    'pyramid_mailer',
    1921    'transaction',
    2022    'ZODB3',
     
    2527    'bcrypt',
    2628    'FormEncode',
    27     'pyramid_simpleform==0.7dev0',  # version needed for python3
    2829    'unidecode',
    2930    'gpxpy',
Note: See TracChangeset for help on using the changeset viewer.