incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link

Remove redirect_to_login from VerifyUserEmailView. #162

Closed maxpeterson closed 7 years ago

maxpeterson commented 7 years ago

Update VerifyUserEmailView to use LOGIN_REDIRECT_URL rather than / as the next url after the login redirect.

maxpeterson commented 7 years ago

@incuna/backend please review / merge.

maxpeterson commented 7 years ago

(cc @KevinEtienne )

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d9365d31ec0ee886bdb1ec3e9d703fdc7fd01c0e on verify-email-redirect into 4f4dd81e2c642127faf918b48ed02b8ca8d22df7 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d9365d31ec0ee886bdb1ec3e9d703fdc7fd01c0e on verify-email-redirect into 4f4dd81e2c642127faf918b48ed02b8ca8d22df7 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d9365d31ec0ee886bdb1ec3e9d703fdc7fd01c0e on verify-email-redirect into 4f4dd81e2c642127faf918b48ed02b8ca8d22df7 on master.

maxpeterson commented 7 years ago

@todd-dembrey / @KevinEtienne please take a look - this is much simpler

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4b39c54d492b47a56615930f3aaae57e58896c31 on verify-email-redirect into 4f4dd81e2c642127faf918b48ed02b8ca8d22df7 on master.

kevinetienne commented 7 years ago

Looks good to me.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3da8ad41b27730cc70cd7fea95a65c99ab11922d on verify-email-redirect into 4f4dd81e2c642127faf918b48ed02b8ca8d22df7 on master.